/anonymous/token request. To learn more, read Configure Anonymous Sessions.
- The session token contains the anonymous user identity and session information attributes.
- The access token is usually a JSON Web Token (JWT) whose claims can be read and processed by a resource server (API), whereas the session token is opaque and only meant to be read by Auth0.
anonymous_session_lifetime expires.
Session token benefits
- A session token is not bound to the device that created the session. It can be ported and used on a different device.
- A session token can be included in authorization requests, and the information inside the session token is available in Actions, to complement the login transaction.
Learn more
- Anonymous Sessions Learn about anonymous sessions.