OAuth2

A simple implementation of the OAuth2 flow in Rust.

Documentation is available on docs.rs or check the examples.

Before upgrading make sure to check out the changelog.

Development

Build:

cargo build

using futures 0.3: this requires at least rust 1.39.0 cargo build --no-default-features --features "futures-03"

Run tests:

cargo test

using futures 0.3: cargo test --no-default-features --features "futures-03"

Release:

cargo package && cargo publish