Module core

Module core 

Source
Expand description

Storage backends for authentication data.

Structs§

MemoryStorage
In-memory storage implementation (for development/testing). SECURITY UPDATE: Now uses DashMap for deadlock-free concurrent operations
SessionData
Session data stored in the backend.

Traits§

AuthStorage
Trait for authentication data storage.