14
0

- update to 4.5.2:

* Updated Facebook API version to 18.0
  * Make AppleID work with multiple identifiers
- Update to 4.5.0
  - Added CAS OIDC backend
- Update to 4.4.1
- Update to 4.4.0
  - Updated `user_data` method in `StripeOAuth2` to return `email`

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-social-auth-core?expand=0&rev=45
This commit is contained in:
2024-01-27 10:41:14 +00:00
committed by Git OBS Bridge
parent d7f3c9cfe6
commit dc9839bccb
4 changed files with 20 additions and 13 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Jan 27 10:40:51 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 4.5.2:
* Updated Facebook API version to 18.0
* Make AppleID work with multiple identifiers
-------------------------------------------------------------------
Fri Dec 1 09:59:25 UTC 2023 - David Anes <david.anes@suse.com>
@@ -8,11 +15,11 @@ Fri Dec 1 09:59:25 UTC 2023 - David Anes <david.anes@suse.com>
- 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>
- Update to 4.5.0
- Update to 4.5.0
- Add backend for LinkedIn OpenID Connect
- Add backend for EGI Check-in
- Support Python 3.12 (and 3.11)
@@ -30,12 +37,12 @@ Tue Apr 25 06:55:46 UTC 2023 - David Anes <david.anes@suse.com>
- Update to 4.4.2
- Fixed Azure AD Tenant authentication with custom signing keys
- Added CAS OIDC backend
- Added CAS OIDC backend
-------------------------------------------------------------------
Thu Apr 13 12:21:32 UTC 2023 - David Anes <david.anes@suse.com>
- Update to 4.4.1
- Update to 4.4.1
- Moved Facebook Limited Login to a separate module to avoid extra
dependency
- Update Azure AD B2C base URL to match updated endpoints
@@ -43,12 +50,12 @@ Thu Apr 13 12:21:32 UTC 2023 - David Anes <david.anes@suse.com>
-------------------------------------------------------------------
Thu Mar 16 08:58:44 UTC 2023 - David Anes <david.anes@suse.com>
- Update to 4.4.0
- Update to 4.4.0
- Backend for OpenInfra OpenID
- Facebook Limited Login backend
- Add support for Python 3.11
- Removed OpenStackDevOpenId backend
- Updated `user_data` method in `StripeOAuth2` to return `email`
- Updated `user_data` method in `StripeOAuth2` to return `email`
in `get_user_details`
- Removes fixed version of `lxml`
- Fixed OIDC crash on groups
@@ -263,7 +270,7 @@ Fri Nov 30 09:58:21 UTC 2018 - Matthias Fehring <buschmann23@opensuse.org>
+ Updated Google+ backend to properly process requests with id_token
+ Updated OpenId connect dependencies
- Require python3 3.4.0 or newer to build and run
-------------------------------------------------------------------
Wed Aug 1 13:37:44 UTC 2018 - tchvatal@suse.com