User session
A user session begins after any authentication endpoint (e.g. authenticate magic link) is called with a specifiedsession_duration_minutes.
If you do not pass in a session_duration_minutes parameter, a session will not be created.
These endpoints mint a User Session and return a session_token and session_jwt in the response, which can be forwarded to the client and stored:
Sample authenticate response & session object
Sample authenticate response & session object
Response 200
Object 200