django-allauth 0.35.0 released
Posted by Raymond Penners on 2018-02-02
Note worthy changes
- Add support for Django 2.0
Security notice
- As an extra security measure on top of what the standard Django password reset token generator is already facilitating, allauth now adds the user email address to the hash such that whenever the user's email address changes the token is invalidated.
Backwards incompatible changes
- Drop support for Django 1.8 and Django 1.10.
Note worthy changes
- New provider: Azure, Microsoft Graph, Salesforce, Yahoo.
Next: django-allauth 0.36.0 released Previous: django-allauth 0.34.0 released