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 1a1c55c commit c20562eCopy full SHA for c20562e
docs/sections/changelog.rst
@@ -8,7 +8,15 @@ All notable changes to this project will be documented in this file.
8
Unreleased
9
==========
10
11
+None
12
+
13
+0.8.3
14
+=====
15
16
+*2024-12-06*
17
18
* Changed: Improved "OpenID Connect RP-Initiated Logout" implementation.
19
+* Fixed: Fix ID Tokens not including standard claims when using extra scope claims.
20
* Fixed: RSA server keys random ordering.
21
* Fixed: Example app working with Django 4.
22
oidc_provider/version.py
@@ -1 +1 @@
1
-__version__ = '0.8.2'
+__version__ = "0.8.3"
0 commit comments