summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorNikos Sklikas <nsklikas@admin.grnet.gr>2021-03-22 16:40:36 +0200
committerNikos Sklikas <nsklikas@admin.grnet.gr>2021-06-03 18:00:42 +0300
commit5af989ced0f5e81a34edc0bca1ea429ffbaceed9 (patch)
tree80c94c7eefa7367adf91f9db02378438219b88fc /CHANGELOG.rst
parent595bf5f98ab785aa64840ed469fb1b9dc09bdb9e (diff)
downloadoauthlib-5af989ced0f5e81a34edc0bca1ea429ffbaceed9.tar.gz
Update CHANGELOG
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 79f241d..21c9159 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -7,6 +7,9 @@ OAuth2.0 Provider - Bugfixes
* #753: Fix acceptance of valid IPv6 addresses in URI validation
+OAuth2.0 Provider - Features
+ * #751: OIDC add support of refreshing ID Tokens
+
OAuth2.0 Client - Bugfixes
* #730: Base OAuth2 Client now has a consistent way of managing the `scope`: it consistently
@@ -25,6 +28,8 @@ OAuth2.0 Provider - Bugfixes
* #746: OpenID Connect Hybrid - fix nonce not passed to add_id_token
* #756: Different prompt values are now handled according to spec (e.g. prompt=none)
* #759: OpenID Connect - fix Authorization: Basic parsing
+ * #751: The RefreshTokenGrant modifiers now take the same arguments as the
+ AuthorizationCodeGrant modifiers (`token`, `token_handler`, `request`).
General
* #716: improved skeleton validator for public vs private client