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
mod service;
#[cfg(test)]
mod tests;

pub use service::EmailVerificationService;