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

pub use providers::github::GitHubProvider;
pub use providers::google::GoogleProvider;
pub use providers::{OAuthProvider, OAuthTokens, OAuthUserInfo};
pub use service::{OAuthBeginResponse, OAuthService};