Developer Platform•1 min read
Authentication Overview
Valstorm provides a robust and flexible authentication system to secure your applications and data.
Supported Methods
- OAuth 2.0: The primary method for authorizing third-party applications and user login.
- Magic Link / 2FA: Passwordless login with two-factor authentication for enhanced security.
- Impersonation: Specialized administrative feature for debugging and support, protected by multi-layered security checks.
Token Management
All authenticated requests must include a Bearer token in the Authorization header.
HTTP
Authorization: Bearer <your_access_token>