Skip to content
LogoLogo

Session

Session management and JWT token retrieval.

Get the current session

GET/api/auth/get-session

Return the current user and session. Requires a session cookie or Bearer token.

Responses

Get a JWT access token

GET/api/auth/token

Exchange the current session for a short-lived JWT access token. Requires a session cookie or Bearer token.

Responses