All Versions
29
Latest Version
Avg Release Cycle
86 days
Latest Release
912 days ago

Changelog History
Page 1

  • v4.3.0 Changes

    June 13, 2022

    ➕ 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 Changes

    January 17, 2022

    ➕ 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 Changes

    March 01, 2021

    ➕ Added

    • Discourse backend
    • Osso backend
    • ➕ Add get and delete class methods for NonceMixin
    • 👉 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 Changes

    January 12, 2021

    🔄 Changed

    • ⚡️ Updated PyJWT version to 2.0.0
    • ✂ Remove six dependency
  • v4.0.2 Changes

    January 10, 2021

    🔄 Changed

    • 🛠 Fixes to Github-action release mechanism
  • v4.0.1 Changes

    January 10, 2021

    🔄 Changed

    • 🛠 Fixes to Github-action release mechanism
  • v4.0.0 Changes

    January 10, 2021

    ➕ 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
  • v3.4.0 Changes

    June 21, 2020

    ➕ 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
    • 👍 Properly support case insensitive matching of whitelist settings
  • v3.3.3 Changes

    April 16, 2020

    🔄 Changed

    • ⚡️ Updated list of default user protected fields to include admin flags and password
  • v3.3.2 Changes

    March 25, 2020

    🔄 Changed

    • ⚡️ Updated package upload method to use twine