authx-plugins 0.1.2

Auth plugin collection for authx-rs: email/password, TOTP, magic link, OAuth, API keys, organizations, and more
Documentation
1
2
3
4
5
6
7
8
pub mod routes;
pub mod service;

#[cfg(test)]
mod tests;

pub use authx_core::brute_force::LockoutConfig;
pub use service::{AuthResponse, EmailPasswordService, SignInRequest, SignUpRequest};