14
0

Accepting request 1130208 from home:david.anes:branches:devel:languages:python

- Update to 4.5.1
  - OpenID Connect skips at_hash validation when missing
  - redirect_name is now passed to backend on do_complete
  - next is preserved through SAML RelayState
  - Add Discogs backend
  - Add BitbucketDataCenterOAuth2 backend
  - Keycloak's ID_KEY is no longer configurable (it never worked)

OBS-URL: https://build.opensuse.org/request/show/1130208
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-social-auth-core?expand=0&rev=43
This commit is contained in:
2023-12-01 14:17:41 +00:00
committed by Git OBS Bridge
parent 1f37780ab2
commit d7f3c9cfe6
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Dec 1 09:59:25 UTC 2023 - David Anes <david.anes@suse.com>
- Update to 4.5.1
- OpenID Connect skips at_hash validation when missing
- redirect_name is now passed to backend on do_complete
- next is preserved through SAML RelayState
- Add Discogs backend
- Add BitbucketDataCenterOAuth2 backend
- Keycloak's ID_KEY is no longer configurable (it never worked)
-------------------------------------------------------------------
Mon Nov 13 15:52:13 UTC 2023 - David Anes <david.anes@suse.com>