Crate raos

Source
Expand description

§RAOS

§In development

Rust Async Oauth Server A rust-based oauth2.1 server library, that strictly follows the draft (draft-ietf-oauth-v2-1-11) at time of writing.

Modules§

authorize
The authorization module handles the authorization code flow.
builder
The builder module contains the builder for the manager.
common
The common module contains common types used throughout the library.
manager
The manager module contains the OAuthManager.
test
Test module, contains test support code, unit tests and integration tests.
token
The token module contains the token provider trait, validation and flow.

Attribute Macros§

async_trait