News In 2014

django-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

django-allauth 0.17.0 released

Posted by Raymond Penners on 2014-06-16

Note worthy changes sourenaraya contributed Mail.Ru support, thanks. account: Justin Michalicek contributed support to control session life time and age: ACCOUNT_SESSION_COOKIE_AGE and ACCOUNT_SESSION_REMEMBER. Serafeim Papastefanos contributed an Ukrainian translation, thanks! kkarwows contributed AppConfig support, thanks. socialaccount: Added Xing provider. socialaccount: Marcin Skarbek contributed Hubic support, thanks!

Read more

django-allauth 0.16.1 released

Posted by Raymond Penners on 2014-03-12

Note worthy changes Facebook login via Javascript was broken if auth_type was not set to reauthenticate, fixed. Support for hooking up a callback when FB.init() is ready (allauth.facebook.onInit) Backwards incompatible changes None


django-allauth 0.16.0 released

Posted by Raymond Penners on 2014-03-10

Note worthy changes Nariman Gharib contributed a Persian translation, thanks! The custom signup form save has been deprecated in favour of a def signup(request, user) method. Facebook reauthentication now uses an auth_nonce. Added a new option ACCOUNT_LOGIN_ON_EMAIL_CONFIRMATION, to indicate whether or not email confirmation is to automatically log in.

Read more