summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Huot <jonathan.huot@thomsonreuters.com>2019-07-04 11:19:38 +0200
committerJonathan Huot <jonathan.huot@thomsonreuters.com>2019-07-04 11:19:38 +0200
commit5b2bfd5d5de6525fbe12bbbf0dbe77a7640a6c09 (patch)
tree7d4840063a87c263238893429f11c0f723f86316
parent4e945e9bcc847e77b7da37279853b853c4579cf7 (diff)
downloadoauthlib-5b2bfd5d5de6525fbe12bbbf0dbe77a7640a6c09.tar.gz
Update for 3.0.2
-rw-r--r--CHANGELOG.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index dbd8c3f..c5346eb 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,9 +1,12 @@
Changelog
=========
-3.0.2 (TBD)
+3.0.2 (2019-07-04)
------------------
+* #650: Fixed space encoding in base string URI used in the signature base string.
* #652: Fixed OIDC /token response which wrongly returned "&state=None"
+* #654: Doc: The value `state` must not be stored by the AS, only returned in /authorize response.
+* #656: Fixed OIDC "nonce" checks: raise errors when it's mandatory
3.0.1 (2019-01-24)
------------------