raos 0.0.2

Async Rust implementation of the OAuth 2.1 Authorization Server
Documentation
1
2
3
4
5
6
/// Common data structures and functions used to communicate with a frontend
pub mod frontend;
/// Common data structures and functions used across the OAuth spec
pub mod model;
pub(crate) mod syntax;
pub(crate) mod util;