Fix OpenID signin #6

Open
ldr wants to merge 1 commit from bump-openid-version into master
Showing only changes of commit 479314af0c - Show all commits

Fix OpenID signin

The update from v1.0.1 to v1.1.0 introduced "support for `nonce` and `state` parameters during authorization code flow", but that support was buggy so the login broke.
The following release, v2.0.0, fixes that bug: "Fix some errors relating to how state and nonce parameters were handled in the django integration."
The breaking change should hopefully not affect Bitpoll and everything seems to work when using OpenID.

See the changelog for more: https://github.com/fsinfuhh/py_simple_openid_connect/tags
Lukas Drescher 2026-01-31 00:35:51 +01:00

View file

@ -109,7 +109,7 @@ requests==2.32.3
# simple-openid-connect
sentry-sdk==2.20.0
# via -r requirements-production.in
simple-openid-connect[django]==1.1.0
simple-openid-connect[django]==2.3.2
# via -r requirements-production.in
six==1.17.0
# via