openfga / sdk-generator

OpenFGA Client SDK Generator
Apache License 2.0
14 stars 30 forks source link

fix: use correct content type for token request #308

Closed ewanharris closed 4 months ago

ewanharris commented 4 months ago

Description

Updates the remaining SDKs to use the correct content type when making a token request.

This has been verified by running all 4 examples and providing credentials, where possible tests have been amended to assert we're passing the right header/body.

References

Closes #284 Language PRs to follow

Review Checklist