33 lines
865 B
Markdown
33 lines
865 B
Markdown
# Authentication Patterns Reference
|
|
|
|
Configuration and setup references.
|
|
|
|
## Available References
|
|
|
|
### [better-auth-config.md](better-auth-config.md)
|
|
better-auth configuration options.
|
|
- Email & password settings
|
|
- OAuth provider configuration
|
|
- Session management options
|
|
- Security settings
|
|
|
|
### [session-management.md](session-management.md)
|
|
Session management patterns.
|
|
- JWT claims structure
|
|
- Redis session storage
|
|
- Session refresh logic
|
|
- Cookie configuration
|
|
|
|
### [doppler-setup.md](doppler-setup.md)
|
|
Secret management with Doppler.
|
|
- BETTER_AUTH_SECRET setup
|
|
- OAuth secret configuration
|
|
- Environment-specific secrets
|
|
- Secret rotation
|
|
|
|
## Quick Reference
|
|
|
|
**Need config?** → [better-auth-config.md](better-auth-config.md)
|
|
**Need sessions?** → [session-management.md](session-management.md)
|
|
**Need secrets?** → [doppler-setup.md](doppler-setup.md)
|