News

django-allauth 0.58.2 released

Posted by Raymond Penners on 2023-11-06

Fixes Added rate limiting to the MFA login form.


django-allauth 0.58.1 released

Posted by Raymond Penners on 2023-10-29

Fixes Fixed missing {% load allauth %} in the login cancelled and verified email required template.


django-allauth 0.58.0 released

Posted by Raymond Penners on 2023-10-26

Noteworthy changes The SocialAccount.extra_data field was a custom JSON field that used TextField as the underlying implementation. It was once needed because Django had no JSONField support. Now, this field is changed to use the official JSONField(). Migrations are in place.

Read more

django-allauth 0.57.0 released

Posted by Raymond Penners on 2023-09-24

Noteworthy changes Added Django password validation help text to password1 on set/change/signup forms. Microsoft: the tenant parameter can now be configured per app. SAML: Added support for additional configuration parameters, such as contacts, and support for certificate rotation. The enumeration prevention behavior at signup is now configurable.

Read more

django-allauth 0.56.1 released

Posted by Raymond Penners on 2023-09-08

Security notice ImmediateHttpResponse exceptions were not handled properly when raised inside adapter.pre_login(). If you relied on aborting the login using this mechanism, that would not work. Most notably, django-allauth-2fa uses this approach, resulting in 2FA not being triggered.


Page 12 of 27

Archives