openauth-core 0.0.2

Core types and primitives for OpenAuth.
Documentation
1
2
3
4
5
6
//! Core authentication behavior shared by the public OpenAuth crate.

pub mod email_password;
pub mod oauth;
pub mod session;
pub mod trusted_origins;