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.
2 parents dbdb81e + 4de6f99 commit c2e09beCopy full SHA for c2e09be
2 files changed
pyproject.toml
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
7
8
[metadata]
9
name = "oidcop"
10
-version = "2.3.2"
+version = "2.3.4"
11
author = "Roland Hedberg"
12
author_email = "roland@catalogix.se"
13
description = "Python implementation of an OAuth2 AS and an OIDC Provider"
src/oidcop/__init__.py
@@ -1,6 +1,6 @@
1
import secrets
2
3
-__version__ = "2.3.2"
+__version__ = "2.3.4"
4
5
DEF_SIGN_ALG = {
6
"id_token": "RS256",
0 commit comments