oauth21-server 0.1.2

A library to quickly create an OAuth2.1 server.
Documentation
1
2
3
4
5
6
pub mod client;
mod crypto;
pub mod error;
pub mod provider;

pub use async_trait;