oxide-auth 0.2.0

A OAuth2 server library, for use in combination with iron or other frontends, featuring a set of configurable and pluggable backends.
Documentation
1
2
3
4
//! Fully implemented frontends.

#[cfg(feature = "iron-backend")]
pub mod iron;