From ea9ee7a6fca3d8ccf994c0895c698128260889f3 Mon Sep 17 00:00:00 2001 From: Giuseppe De Marco Date: Mon, 31 Jan 2022 21:51:13 +0100 Subject: [PATCH] feat: added "OAuth 2.0 Authorization Server Issuer Identification" in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7c55abe5..f48ab077 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ It also comes with the following `add_on` modules. * [Proof Key for Code Exchange by OAuth Public Clients (PKCE)](https://tools.ietf.org/html/rfc7636) * [OAuth2 RAR](https://datatracker.ietf.org/doc/html/draft-ietf-oauth-rar) * [OAuth2 DPoP](https://tools.ietf.org/id/draft-fett-oauth-dpop-04.html) +* [OAuth 2.0 Authorization Server Issuer Identification](https://datatracker.ietf.org/doc/draft-ietf-oauth-iss-auth-resp) The entire project code is open sourced and therefore licensed under the [Apache 2.0](https://en.wikipedia.org/wiki/Apache_License)