oxide-auth 0.4.5

A OAuth2 server library, for actix, rocket, iron or other libraries, featuring a set of configurable and pluggable backends.
Documentation
1
2
3
4
//! Provides standard extensions to the OAuth process.
mod pkce;

pub use self::pkce::Pkce;