Expand description
Storage backends for authentication data.
Structs§
- Memory
Storage - In-memory storage implementation (for development/testing).
- Redis
Storage - Redis storage implementation.
- Session
Data - Session data stored in the backend.
Traits§
- Auth
Storage - Trait for authentication data storage.