Changelog for
python39-social-auth-core-4.4.2-43.2.noarch.rpm :
* Tue Apr 25 2023 David Anes
- Update to 4.4.2 - Fixed Azure AD Tenant authentication with custom signing keys - Added CAS OIDC backend
* Thu Apr 13 2023 David Anes - 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
* Thu Mar 16 2023 David Anes - 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` in `get_user_details` - Removes fixed version of `lxml` - Fixed OIDC crash on groups - Fixed Qiita users identification - Dropped support for TLSv1 - Coding style improvements
* Mon Jun 13 2022 Ben Greiner - Update to 4.3.0
* Add backend for Hashicorp Vault OIDC backend
* Add generic OpenID Connect backend
* Add Grafana OAuth2 backend
* Add MusicBrainz OAuth2 backend
* Fixed redirect state for Keycloak backend
* Add fallback to RSA256 in OpenID Connect when alg is not set
* Fixed Azure backend so it can be used with all Azure authority hosts- Don\'t test extra saml for which the distro does not have the right packages
* Wed Apr 20 2022 pgajdosAATTsuse.com- python-mock is not required for build
* Wed Mar 02 2022 Matej Cepl - Add URL
* Wed Mar 02 2022 Matej Cepl - Update to 4.2.0: - Add fields that populate on create but not update SOCIAL_AUTH_IMMUTABLE_USER_FIELDS - Add Gitea oauth2 backend - Add Twitch OpenId backend - Add CI Logon backend - Add support for Python 3.10 - Fixed Slack user identity API call with Bearer headers - Fixed microsoft-graph login error - Fixed Twitch OAuth2 backend - Fixed Facebook API version - Fixed Okta authentication URLs - Fixed Globus JWT signature algorithm - Fixed kid key rotation for OpenID Connect - Fixed e-mail fetching from Azure - Fixed vkontakte API version - Restricted lxml to 4.6.x to avoid problems in SAML- Add URL
* Mon Mar 15 2021 Markéta Machová - Update to 4.1.0
* Dropped Python 2 support from testing stack
* Discourse backend
* Osso backend
* Use strategies as interface to fetch backends
* PayPal backend
* Fence OIDC-based backend- Drop merged resolve_depreciations.patch, remove-unittest2.patch and saml_config.json
* Tue Dec 22 2020 Matej Cepl - Update to 3.4.0: - Added - Zoom backend - Changed - Directly use access_token in Azure Tenant backend - Support Apple JWT audience - Update partial session cleanup to remove old token from session too - Fetch user email in Okta integration - Improve Python 3.9 compatibility - Send proxies in request - Improve error handling in Apple backend
* Mon Aug 17 2020 Matej Cepl - Add resolve_depreciations.patch to clean deprecation warnings (gh#python-social-auth/social-core#500)
* Thu Apr 23 2020 Tomáš Chvátal - Fix build without python2
* Fri Apr 17 2020 Tomáš Chvátal - Update to 3.3.3:
* Reverted PR #388 due to dependency license incompatibility
* Updated package upload method to use twine
* Updated list of default user protected fields to include admin flags and password
* Fri Mar 27 2020 pgajdosAATTsuse.com- version update to 3.3.0 [#]## Added - Okta backend - Support for SAML Single Logout - SimpleLogin backend - SurveyMonkey backend - HubSpot backend - MRG backend - Sign in with Apple backend - Allow ignoring of default protected user fields with option `SOCIAL_AUTH_NO_DEFAULT_PROTECTED_USER_FIELDS` - Support for users field names mapping - Added GithubAppAuth backend [#]## Changed - Add refresh token to Strava backend, change username and remove email - Update test runner to PyTest - Add python 3.7 CI target - Send User-Agent header on Untappd backend - Updated Naver API support from XML to JSON format - Use `unidecode` to cleanup usernames from unicode characters - Update Twitch API support from v3 to v5 - Properly setup `pytest` version for Python2 and Python3 - Fix some spelling mistakes in docstrings - Fix old fields from FIELDS_STORED_IN_SESSION persisting in session - Github: pass access token in a header instead of in a query parameter. - Update Kakao API support from v1 to v2 - Update Twitch API support to v5 - Updated Patreon API support from v1 to v2 per issue #307 - Fix `user_details` in user pipeline to allow model attributes to be updated - Updated Atlassian API urls