oauth2-lib

Crates.iooauth2-lib
lib.rsoauth2-lib
version0.4.0
sourcesrc
created_at2016-05-17 03:42:44.163623
updated_at2016-05-24 22:52:22.491496
descriptionOAuth 2.0 library for supporting clients and servers
homepage
repositoryhttps://github.com/mikedilger/rust-oauth2
max_upload_size
id5090
size84,540
Michael Dilger (mikedilger)

documentation

https://mikedilger.github.io/rust-oauth2

README

rust-oauth2

Documentation

This is an OAuth 2.0 library for the Rust language. It defines types and traits useful for implementing an OAuth 2.0 compliant system as specified by RFC 6749.

The current implementation allows you to build the most common and most secure type of OAuth 2.0 infrastructure, but is not complete, and may not be absolutely correct. Please file bug reports or pull requests if you notice any deviation from RFC 6749, or if you have any other issues.

Stability Note

This library is still undergoing heavy upheaval. I don't recommend using it yet unless you are a masochist. -Mike, 25 May 2016

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Commit count: 43

cargo fmt