#oauth #oauth2

nightly oauth2-lib

OAuth 2.0 library for supporting clients and servers

2 unstable releases

Uses old Rust 2015

0.4.0 May 24, 2016
0.3.0 May 17, 2016

#52 in #oauth2

25 downloads per month

MIT/Apache

62KB
1K SLoC

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.

Dependencies

~7MB
~170K SLoC