News
Grand Plans for 2024
Posted by Raymond Penners on 2024-03-30
As you may have heard, django-allauth has received a grant from NGI Zero, which allows for the project to move forward well beyond the usual maintenance and incremental changes. In this post, I would like to outline the activities that will be performed as part of this grant.
Read moredjango-allauth 0.61.1 released
Posted by Raymond Penners on 2024-02-09
Fixes Fixed a RuntimeWarning that could occur when running inside an async environment ('SyncToAsync' was never awaited). Security notice As part of the Google OAuth handshake, an ID token is obtained by direct machine to machine communication between the server running django-allauth and Google.
Read moredjango-allauth 0.61.0 released
Posted by Raymond Penners on 2024-02-07
Note worthy changes Added support for account related security notifications. When ACCOUNT_EMAIL_NOTIFICATIONS = True, email notifications such as "Your password was changed", including information on user agent / IP address from where the change originated, will be emailed. Google: Starting from 0.
Read moredjango-allauth 0.60.1 released
Posted by Raymond Penners on 2024-01-15
Fixes User sessions: after changing your password in case of ACCOUNT_LOGOUT_ON_PASSWORD_CHANGE = False, the list of sessions woud be empty instead of showing your current session. SAML: accessing the SLS/ACS views using a GET request would result in a crash (500).
Read moredjango-allauth 0.60.0 released
Posted by Raymond Penners on 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.
Read more