Expand description
Storage backends for authentication data.
Structs§
- Memory
Storage - In-memory storage implementation (for development/testing). SECURITY UPDATE: Now uses DashMap for deadlock-free concurrent operations
- Session
Data - Session data stored in the backend.
Traits§
- Auth
Storage - Trait for authentication data storage.