Fix OpenID signin #6

Open
ldr wants to merge 1 commit from bump-openid-version into master
Owner

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

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
ldr self-assigned this 2026-01-31 00:36:20 +01:00
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
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin bump-openid-version:bump-openid-version
git switch bump-openid-version

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff bump-openid-version
git switch bump-openid-version
git rebase master
git switch master
git merge --ff-only bump-openid-version
git switch bump-openid-version
git rebase master
git switch master
git merge --no-ff bump-openid-version
git switch master
git merge --squash bump-openid-version
git switch master
git merge --ff-only bump-openid-version
git switch master
git merge bump-openid-version
git push origin master
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
FS-InfMath/Bitpoll!6
No description provided.