Module storage

Module storage 

Source
Expand description

Storage backend for authentication data

Structs§

EnvironmentStorage
Environment variable storage backend
FileStorage
File-based storage backend with atomic operations and encryption
MemoryStorage
In-memory storage backend (for testing)

Enums§

StorageError

Traits§

StorageBackend
Storage backend trait

Functions§

create_storage_backend
Create a storage backend from configuration