Session
Session management and JWT token retrieval.
Get the current session
GET
/api/auth/get-sessionReturn the current user and session. Requires a session cookie or Bearer token.
Get a JWT access token
GET
/api/auth/tokenExchange the current session for a short-lived JWT access token. Requires a session cookie or Bearer token.