Session metadata allows the storage of customizable keys and values (maximum 255 characters each) in an Auth0 user session. Use cases for session metadata include:Documentation Index
Fetch the complete documentation index at: https://auth0.generaltranslation.app/llms.txt
Use this file to discover all available pages before exploring further.
- Track device information, such as device name or login location
- Store session-level flags, for example,
user_accepted_terms - Share state between multiple Actions in the same flow
- Drive conditional logic for logout or token issuance
Limitations
- Session metadata is available only when created in a browser-based session
- Auth0 does not support session metadata with the following:
- Resource Owner Password Flow
- Native Passkeys
- Native Social Logins such as Sign in with Apple, Google, or Facebook