Auth
Environment Variables
# The session key where authentication data is stored
SESSION_AUTH_NAME=auth
# Google Provider
GOOGLE_CLIENT_ID=...
GOOGLE_CLIENT_SECRET=...
GOOGLE_REDIRECT_URI=/auth/google/callback
# Microsoft Provider (Example - Not yet implemented)
# MICROSOFT_CLIENT_ID=...
# MICROSOFT_CLIENT_SECRET=...
# MICROSOFT_REDIRECT_URI=/auth/microsoft/callbackAuthentication Flow
Public API
Example
Security Features
Session Data Structure
See Also
Last updated