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.
Build:
cargo build
Run tests:
cargo test
Release:
cargo package && cargo publish