Skip to main content

Crate authx_core

Crate authx_core 

Source

Re-exports§

pub use brute_force::KeyedRateLimiter;
pub use brute_force::LockoutConfig;
pub use brute_force::LoginAttemptTracker;
pub use config::AuthxConfig;
pub use crypto::KeyRotationStore;
pub use error::AuthError;
pub use error::Result;
pub use error::StorageError;
pub use identity::Identity;
pub use validation::validate_email;
pub use validation::validate_password;
pub use validation::validate_slug;

Modules§

brute_force
config
Unified typed configuration for authx-rs.
crypto
error
events
identity
models
policy
validation