Re-exports§
pub use encryption::EncryptedStorage;
pub use encryption::StorageEncryption;
pub use crate::storage::core::AuthStorage;
pub use core::*;
Modules§
- core
- Storage backends for authentication data.
- dashmap_
memory - encryption
- memory
- In-memory storage backend for auth-framework with DashMap for deadlock-free operations.
- postgres