News
django-allauth 0.21.0 released
Posted by Raymond Penners on 2015-07-02
Note worthy changes You can now tweak the authentication params per OAuth provider, as you already could for OAuth2. Contributed by Peter Rowlands, thanks. Nattaphoom Ch. contributed a Thai translation, thanks! Guoyu Hao contributed a Baidu provider, thanks! Rod Xavier Bondoc contributed support logging out on password change (see setting: ACCOUNT_LOGOUT_ON_PASSWORD_CHANGE) Backwards incompatible changes In version 0.
Read moredjango-allauth 0.20.0 released
Posted by Raymond Penners on 2015-05-25
Note worthy changes Patrick Paul contributed a provider for Evernote, thanks! Josh Wright contributed a provider for Spotify, thanks! Björn Andersson added support for Dropbox OAuth2, thanks! guoqiao contributed a provider for Douban, thanks! Backwards incompatible changes Given that the max_length for the Django 1.
Read moredjango-allauth 0.19.1 released
Posted by Raymond Penners on 2015-02-05
Note worthy changes Fixed migrations when using South & Django 1.6.
django-allauth 0.19.0 released
Posted by Raymond Penners on 2015-01-04
Note worthy changes Basil Shubin contributed an Odnoklassniki provider, thanks! Facebook: If the JS SDK is not available, for example due to a browser plugin like Disconnect.me that blocks it, login falls back to the regular non JS handshake. is_safe_url can now be overridden Facebook: The Graph API version is now configurable via SOCIALACCOUNT_PROVIDERS.
Read moredjango-allauth 0.18.0 released
Posted by Raymond Penners on 2014-08-12
Note worthy changes Storing social access tokens is now optional (SOCIALACCOUNT_STORE_TOKENS). nimiq contributed ORCID support, thanks. All forms are now pluggable via a new setting: (SOCIAL)ACCOUNT_FORMS. James Thompson contributed Windows Live support, thanks! Backwards incompatible changes SECURITY: The Persona provider now requires the AUDIENCE parameter to be explicitly configured, as required by the Persona specification for security reasons.
Read more