Auth Blueprints
Authentication, identity, and session management blueprints.
| Blueprint | Description | Version |
|---|---|---|
| Api Key Management | Create, rotate, revoke, and scope API keys for programmatic access | 1.0.0 |
| Biometric Auth | Palm vein biometric authentication — alternative to password login with enrollment of up to 2 palms per user | 1.0.0 |
| Email Verification | Verify user email ownership via a one-time token link | 1.0.0 |
| Login | Authenticate a user with email and password | 1.0.0 |
| Logout | End a user session and clear all authentication tokens | 1.0.0 |
| Magic Link Auth | Passwordless email login via single-use magic links | 1.0.0 |
| Multi Factor Auth | Second-factor authentication via TOTP, SMS OTP, or backup codes | 1.0.0 |
| Multi Factor Authentication | MFA with OTP, WebAuthn, and recovery codes | 1.0.0 |
| Oauth Social Login | Social sign-in via OAuth2/OIDC with account linking and profile sync | 1.0.0 |
| Openid Connect Server | OAuth 2.0 and OpenID Connect identity provider with token issuance | 1.0.0 |
| Password Reset | Allow users to reset their password via email verification | 1.0.0 |
| Payload Auth | Full authentication system with JWT sessions, API keys, account locking, email verification, and custom strategies | 1.0.0 |
| Saml 2 Identity Provider | SAML 2.0 identity provider with assertions and metadata | 1.0.0 |
| Session Management | Active session listing, device tracking, and session revocation | 1.0.0 |
| Signup | Register a new user account with email and password | 1.0.0 |
| Single Sign On | Enterprise SSO via SAML 2.0 and OIDC with JIT provisioning | 1.0.0 |
| User Account Self Service | User self-service account and credential management | 1.0.0 |
| User Authentication Session Management | Authentication flows, session management, brute-force protection | 1.0.0 |