The Dashboard API provides endpoints for managing dashboard users and their sessions. This is used for authenticating users who access your SuperTokens management dashboard.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/supertokens/supertokens-core/llms.txt
Use this file to discover all available pages before exploring further.
Key Features
- Dashboard user authentication
- Session management and verification
- User credential management
- Multi-user support
- Email/password authentication
Authentication Flow
- Sign in with email and password using
/recipe/dashboard/signin - Store the returned
sessionId - Verify session on subsequent requests with
/recipe/dashboard/session/verify - Revoke session on logout with
/recipe/dashboard/session
Base Path
All Dashboard endpoints are prefixed with/recipe/dashboard
Security Notes
- All endpoints are app-specific and use the public tenant storage
- Passwords must meet strength requirements
- Sessions can be suspended if license is inactive
- Email addresses are normalized and validated
Related Endpoints
Sessions
Manage dashboard user sessions
Users
Manage dashboard users and credentials