Auth
Generate JWT
Sign in externally and generate a JWT token to authenticate the user.
POST
/
auth
/
signin_external
Authorizations
Body
application/json
Identifier of the user in your system.
Time-to-live of the JWT token in seconds.
Display name of the user.
Email of the user.
URL of the user's picture.
Was this page helpful?