Skip to content

Commit

Permalink
Mention openidconnect crate in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ramosbugs committed Mar 10, 2024
1 parent 6e583bd commit e9f603c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ An extensible, strongly-typed implementation of OAuth2

Documentation is available on [docs.rs](https://docs.rs/oauth2). Release notes are available on [GitHub](https://github.com/ramosbugs/oauth2-rs/releases).

For authentication (e.g., single sign-on or social login) purposes, consider using the
[`openidconnect`](https://github.com/ramosbugs/openidconnect-rs) crate, which is built on top of
this one.

## Minimum Supported Rust Version (MSRV)

The MSRV for *5.0* and newer releases of this crate is Rust **1.65**.
Expand Down

0 comments on commit e9f603c

Please sign in to comment.