fix(deps): update dependency social-auth-core to v4
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
social-auth-core |
~3.4 -> ~4.3
|
Release Notes
python-social-auth/social-core
v4.3.0
Added
- Add backend for Hashicorp Vault OIDC backend
- Add generic OpenID Connect backend
- Add Grafana OAuth2 backend
- Add MusicBrainz OAuth2 backend
Changed
- 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
v4.2.0
Added
- 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
Changed
- 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
v4.1.0
Added
- Discourse backend
- Osso backend
- Add
get
anddelete
class methods forNonceMixin
- Use strategies as interface to fetch backends
Changed
- Get Apple user first and last name from
self.data
- Instagram Legacy API has been replaced with Instagram Basic Display API since the first one was deprecated, see.
- Store
expires_in
for Zoom backend - Dropped support no longer working Dropbox v1 API
- Several improvements to the ORCIDOAuth2 backend
- Make WHITELIST_* settings properly case insensitive
- Fixed token validation in the AzureADV2TenantOAuth2 backend
v4.0.3
Changed
- Updated PyJWT version to 2.0.0
- Remove six dependency
v4.0.2
Changed
- Fixes to Github-action release mechanism
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.