Module storage

Source
Expand description

Storage backends for authentication data.

Structs§

MemoryStorage
In-memory storage implementation (for development/testing).
RedisStorage
Redis storage implementation.
SessionData
Session data stored in the backend.

Traits§

AuthStorage
Trait for authentication data storage.