We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efc90a6 commit b72435aCopy full SHA for b72435a
2 files changed
docs/sections/changelog.rst
@@ -8,6 +8,13 @@ All notable changes to this project will be documented in this file.
8
Unreleased
9
==========
10
11
+N/A
12
+
13
+0.8.1
14
+=====
15
16
+*2023-10-22*
17
18
* Changed: create_token and create_code are now methods on base classes to enable customization.
19
* Changed: extract "is consent skip allowed" decision from the view to the endpoint.
20
* Fixed: race condition in authorization code, parallel requests may reuse same token.
oidc_provider/version.py
@@ -1 +1 @@
1
-__version__ = '0.8.0'
+__version__ = '0.8.1'
0 commit comments