Implement complete authentication including sign-up, login, session management, and logout in your application.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/scalekit-inc/developer-docs/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Full-stack authentication provides:- Hosted authentication pages
- Session management with secure tokens
- Multi-factor authentication (MFA)
- Social login integration
- Enterprise SSO support
Prerequisites
- Scalekit account and API credentials
- Application with backend server
- SSL/TLS certificate for production
Implementation
Follow the quickstart guide for step-by-step implementation.Configuration
Configure authentication settings in your Scalekit dashboard:- Redirect URLs: Register allowed callback URLs
- Session policies: Set timeout and security settings
- Auth methods: Enable password, magic link, social, or SSO
- Branding: Customize hosted pages with your logo and colors
Next steps
SSO integration
Add enterprise SSO for customers
Session management
Learn about token handling