Fix OpenID signin #6
1 changed files with 1 additions and 1 deletions
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
commit
479314af0c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue