Authorizations
Headers
Minimum length:
1Create new session using a valid API key, which will return a JWT token in the response.
This allows API users to create a timed session from the backend, before passing the resultant JWT token to an unauthenticated frontend application. This prevents any risks of the API key being exposed to the frontend application.
1