Skip to content

Bump django-allauth from 0.58.2 to 0.60.0

HIFIS Bot requested to merge dependabot/pip/django-allauth-0.60.0 into master

Bumps django-allauth from 0.58.2 to 0.60.0.

Changelog

Sourced from django-allauth's changelog.

0.60.0 (2024-01-05)


Note worthy changes

  • Google One Tap Sign-In is now supported.

  • You can now more easily change the URL to redirect to after a successful password change/set via the newly introduced get_password_change_redirect_url() adapter method.

  • You can now configure the primary key of all models by configuring ALLAUTH_DEFAULT_AUTO_FIELD, for example to: "hashid_field.HashidAutoField".

Backwards incompatible changes

  • You can now specify the URL path prefix that is used for all OpenID Connect providers using SOCIALACCOUNT_OPENID_CONNECT_URL_PREFIX. By default, it is set to "oidc", meaning, an OpenID Connect provider with provider ID foo uses /accounts/oidc/foo/login/ as its login URL. Set it to empty ("") to keep the previous URL structure (/accounts/foo/login/).

  • The SAML default attribute mapping for uid has been changed to only include urn:oasis:names:tc:SAML:attribute:subject-id. If the SAML response does not contain that, it will fallback to use NameID.

0.59.0 (2023-12-13)


Note worthy changes

  • The MFA authenticator model now features "created at" an "last used "at" timestamps.

  • The MFA authenticator model is now registered with the Django admin.

  • Added MFA signals emitted when authenticators are added, removed or (in case of recovery codes) reset.

  • There is now an MFA adapter method can_delete_authenticator(authenticator) available that can be used to prevent users from deactivating e.g. their TOTP authenticator.

  • Added a new app, user sessions, allowing users to view a list of all their

... (truncated)

Commits
  • 4faff2d chore: Release 0.60.0
  • 52bffbd fix(i18n): Updates to django.po for ru locale
  • 89ebcc5 fix(google): get_avatar_url sometimes returns None
  • 0bb3cec fix(steam): get(params)
  • 8ee2cb9 docs(templates): fixed a typo
  • 4c3b84a refactor(templates): Improved change email
  • 329925b fix(templates): endelement mismatch
  • 4982485 docs(example): pip install extras
  • 53f5901 feat(saml): Default to NameID, email verifcation/authn per app
  • 6251d5e fix(saml): Attribute extraction could result in blank values
  • Additional commits viewable in compare view

Merge request reports