Token Authentication ​
COMING SOON
This page is under construction. Check back soon for complete documentation.
Token-based authentication allows you to authenticate users using secure tokens instead of traditional session cookies.
Overview ​
Token authentication is useful for:
- Mobile applications
- Single-page applications (SPAs)
- API-only integrations
- Microservices
Coming Soon ​
This documentation will cover:
- Creating authentication tokens
- Validating tokens
- Refreshing tokens
- Revoking tokens
- Token security best practices
Next Steps ​
- Authentication - Standard authentication
- Sessions - Session management
- Users - User management