Skip to main content

rustauth_core/
auth.rs

1//! Core authentication behavior shared by the public RustAuth crate.
2
3pub mod email_password;
4pub mod oauth;
5pub mod session;
6pub mod trusted_origins;