dflemstr / oauth2-rs

Extensible, strongly-typed Rust OAuth2 client library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Run tests:

cargo test -- --test-threads=1

Release:

cargo package && cargo publish

About

Extensible, strongly-typed Rust OAuth2 client library

License:Apache License 2.0


Languages

Language:Rust 100.0%