Bump django-allauth from 0.54.0 to 0.62.1
Bumps django-allauth from 0.54.0 to 0.62.1.
Changelog
Sourced from django-allauth's changelog.
0.62.1 (2024-04-24)
- The
testspackage was accidentally packaged, fixed.0.62.0 (2024-04-22)
Note worthy changes
Added a dummy provider, useful for testing purposes:
allauth.socialaccount.providers.dummy.Added a new provider, Atlassian
Next URL handling been streamlined to be consistently applied. Previously, the password reset, change and email confirmation views only supported the
success_urlclass-level property.Added support for logging in by email using a special code, also known as "Magic Code Login"
Email addresses are now always stored as lower case. For rationale, see the note about email case sensitivity in the documentation.
You can now alter the
stateparameter that is typically passed to the provider by overriding the newgenerate_state_param()adapter method.The URLs were not "hackable". For example, while
/accounts/login/is valid/accounts/was not. Similarly,/accounts/social/connections/was valid, but/accounts/social/resulted in a 404. This has been addressed. Now,/accounts/redirects to the login or email management page, depending on whether or not the user is authenticated. All/accounts/social/*URLs are now below/accounts/3rdparty/*, where/accounts/social/connectionsis moved to the top-level/accounts/3rdparty/. The old endpoints still work as redirects are in place.Added a new setting,
SOCIALACCOUNT_ONLY, which when set toTrue, disables all functionality with respect to local accounts.The OAuth2 handshake was not working properly in case of
SESSION_COOKIE_SAMESITE = "Strict", fixed.Facebook: the default Graph API version is now v19.0.
Backwards incompatible changes
... (truncated)
Commits
7ab2877docs(ChangeLog): Add mising note10ab6b0chore: Release 0.62.1e561e76fix(setup): Don't install tests1a4ee1dfix(ChangeLog): Release date025e27dchore: Release 0.62.0d2a2086chore(i18n): Translated using Weblate (Spanish)bc59288chore(templates): Quotation change6174accrefactor(account): send_unknown_account_mail()af716e2feat(core): render_url()e2000b8refactor(socialaccount): provider.sub_id- Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)