mozilla / fx-private-relay

Keep your email safe from hackers and trackers. Make an email alias with 1 click, and keep your address to yourself.
https://relay.firefox.com
Other
1.47k stars 175 forks source link

Bump django-allauth[socialaccount] from 64.0.0 to 64.1.0 #4955

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps django-allauth[socialaccount] from 64.0.0 to 64.1.0.

Changelog

Sourced from django-allauth[socialaccount]'s changelog.

64.1.0 (2024-08-15)


Note worthy changes

  • Headless: When trying to login while a user is already logged in, you now get a 409.

  • Limited the maximum allowed time for a login to go through the various login stages. This limits, for example, the time span that the 2FA stage remains available. See settings.ACCOUNT_LOGIN_TIMEOUT.

Security notice

  • Headless: When a user was not fully logged in, for example, because (s)he was in the process of completing the 2FA process, calling logout would not wipe the session containing the partially logged in user.
Commits
  • d6e07b2 feat: Django 5.1
  • b7eaefd chore: Release 64.1.0
  • 4b13c66 feat(mfa): AuthenticateView to use form class from setting
  • bd3ae52 chore(i18n): Sync translations
  • 63bc165 feat(account): Login timeout
  • 4303cbe fix(headless): Logout should remove partial login
  • 20d1334 chore(mfa): add tags to submit button
  • c970b33 tests(socialaccount): Test storing tokens vs email authentication
  • 907ffe6 chore(i18n): korean translations
  • ef8743c fix(socialaccount): OAuth 1.0 vs storing tokens without app instance
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)