Session Management

This sections describe everything you need to know to manage your user sessions.

Password0 user sessions are identified by a session token that should be stored client-side (usually a browser cookie) and authenticated on each request. To start a session, use the authenticate with token or authenticate with passcode endpoint as usual and add the session_duration_minutes parameter to set the lifetime of the session. Look for session_jwt in the response.