oxide-auth 0.6.1

A OAuth2 library for common web servers, 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;