Initial commit
This commit is contained in:
32
skills/authentication-patterns/reference/INDEX.md
Normal file
32
skills/authentication-patterns/reference/INDEX.md
Normal file
@@ -0,0 +1,32 @@
|
||||
# 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)
|
||||
Reference in New Issue
Block a user