Documentation tweak
This commit is contained in:
parent
efe40b6173
commit
bb17bf90d5
|
@ -2,13 +2,13 @@
|
|||
//!
|
||||
//! OAuth2 really isn't that hard, you know?
|
||||
//!
|
||||
//! Implementation of [RFC6749](http://tools.ietf.org/html/rfc6749).
|
||||
//!
|
||||
//! `inth_oauth2` is on [Crates.io][crate] and [GitHub][github].
|
||||
//!
|
||||
//! [crate]: https://crates.io/crates/inth-oauth2
|
||||
//! [github]: https://github.com/programble/inth-oauth2
|
||||
//!
|
||||
//! Implementation of [RFC6749](http://tools.ietf.org/html/rfc6749).
|
||||
//!
|
||||
//! ## Providers
|
||||
//!
|
||||
//! `inth_oauth2` can be used with any OAuth 2.0 provider, but provides defaults for a few common
|
||||
|
|
Loading…
Reference in New Issue