Releases: python-social-auth/social-core
Releases · python-social-auth/social-core
Release 4.1.0
Changes:
- Discourse backend
- Add get and delete class methods for NonceMixin
- Use stretegies as interface to fetch backends
- 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
Release 4.0.3
Changed
- Updated
PyJWT
version to2.0.0
- Remove
six
dependency
4.0.2
Release 4.0.1
Changed
- Fixes to Github-action release mechanism
Release 4.0.0
Added
- PayPal backend
- Fence OIDC-based backend
Changed
- Dropped Python 2 support from testing stack
- Remove discontinued Google OpenId backend
- Remove discontinued Yahoo OpenId backend
- Fix
jwt.decode()
passed algorithm - Prevent
PyJWT
v2.0.0 being installed - Update Facebook Graph API to 8.0
- Update Amazon fetch-profile URL
- Fix Azure AD Tenant, unable to load certificate
- Fix Okta well-known URL
- Updated Discord's API hostname from discordapp.com to discord.com
- Pass
client_secret
in auth-complete on Kakao backend