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