Expand description
Authentication subsystem.
Modules§
- api_key
- API Key management endpoints
- cleanup
- Periodic cleanup task for expired auth data (API keys, verification codes)
- handler
- qr_
login - QR-code login: scan a QR on the login page with a phone that already has an active session to approve the desktop login.
- settings
- Authentication settings registration
- webauthn
- WebAuthn (Passkey) authentication handlers
Functions§
- init
- new_
qr_ login_ store - Create the QR login store (call during app building, insert into extensions)
- register_
settings