Fix OpenID signin #6
Open
ldr
wants to merge 1 commit from
bump-openid-version into master
pull from: bump-openid-version
merge into: FS-InfMath:master
FS-InfMath:master
FS-InfMath:layout-upgrade
FS-InfMath:improved-docker
FS-InfMath:fix-logout-button-looks
FS-InfMath:dependabot/pip/sqlparse-0.5.0
FS-InfMath:dependabot/pip/idna-3.7
FS-InfMath:dependabot/pip/django-5.0.3
FS-InfMath:dependabot/pip/cryptography-42.0.4
FS-InfMath:feature/unauthenticated_vote_changes
FS-InfMath:feature/fontawesome6
FS-InfMath:spectre-css
FS-InfMath:fix/privacy-policy
FS-InfMath:Dockerfile
FS-InfMath:escape_choice_grouping
FS-InfMath:speed_improvements
FS-InfMath:0.9.x
FS-InfMath:fix_registration
FS-InfMath:feature_calendar
FS-InfMath:fix_no_js
FS-InfMath:feature_django-pipline
2026-01-31
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