//! Storage traits for authentication.
//!//! These traits define the interface for storing and retrieving authentication data.
//! Implement them for your database layer (SeaORM, SQLx, etc.).
pubmodtoken;pubmoduser;pubusetoken::{MfaTokenStore, RefreshTokenStore};pubuseuser::{PasswordResetStore, UserCreator, UserStore, VerificationStore};