raos 0.0.2

Async Rust implementation of the OAuth 2.1 Authorization Server
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#[cfg(test)]
pub(crate) use test_environment::*;

/// Mock implementations for doctesting
#[cfg(feature = "_doctest")]
pub mod doctest;
/// Mock implementations for testing.
pub mod mock;
#[cfg(test)]
mod test_environment;

// TODO More unit tests for REQUIRED
// TODO More unit tests for SHALL
// TODO More unit tests for SHOULD

// TODO Add resource request support
// TODO Prepare MUST requirements for resource requests