1 2 3 4 5 6 7
//! Authentication provider adapters pub mod infra; pub mod user; pub use infra::InfraAuthProvider; pub use user::UserAuthProvider;