- DATE:
- AUTHOR:
- Ory Team
Low-code JWT API Gateway integration
This update introduces a new feature allowing developers to convert Ory Sessions to JSON Web Tokens (JWT) effortlessly. A new tokenized
query parameter has been added to the /session/whoami
endpoint for this purpose.
Added a
tokenized
query parameter to/session/whoami
endpoint.Developers can now convert Ory Sessions to JWT using pre-configured JWT templates.
Each JWT template can have different signing keys and claims templates.
To use this feature, developers should be aware of the new tokenized
query parameter on the /session/whoami
endpoint.
Configuration is currently available only via the API, with future support directly in the Ory Console.
Please refer to the Convert Ory Sessions to JSON Web Tokens documentation for further information on using this feature.