News

django-allauth 0.56.0 released

Posted by Raymond Penners on 2023-09-07

Noteworthy changes Added builtin support for Two-Factor Authentication via the allauth.mfa app. The fact that request is not available globally has left its mark on the code over the years. Some functions get explicitly passed a request, some do not, and some constructs have it available both as a parameter and as self.

Read more

django-allauth 0.55.2 released

Posted by Raymond Penners on 2023-08-30

Fixes Email confirmation: An attribute error could occur when following invalid email confirmation links.


django-allauth 0.55.1 released

Posted by Raymond Penners on 2023-08-30

Fixes SAML: the lookup of the app (SocialApp) was working correctly for apps configured via the settings, but failed when the app was configured via the Django admin. Keycloak: fixed reversal of the callback URL, which was reversed using "openid_connect_callback" instead of "keycloak_callback".

Read more

django-allauth 0.55.0 released

Posted by Raymond Penners on 2023-08-22

Noteworthy changes Introduced a new setting ACCOUNT_PASSWORD_RESET_TOKEN_GENERATOR that allows you to specify the token generator for password resets. Dropped support for Django 2.x and 3.0. Officially support Django 4.2. New providers: Miro, Questrade It is now possible to manage OpenID Connect providers via the Django admin.

Read more

django-allauth 0.54.0 released

Posted by Raymond Penners on 2023-03-31

Noteworthy changes Dropped support for EOL Python versions (3.5, 3.6). Security notice Even when account enumeration prevention was turned on, it was possible for an attacker to infer whether or not a given account exists based upon the response time of an authentication attempt.

Read more

Page 13 of 27

Archives