SOCIAL_AUTH_REDIRECT_IS_HTTPS = True
+- The name of the last backend used to login is stored as a string in the
+ session under the key ``social_auth_last_login_backend``, the key can be
+ customized by defining this setting::
+
+ SOCIAL_AUTH_LAST_LOGIN = 'social_auth_last_login_backend'
+
Some settings can be tweak by backend by adding the backend name prefix (all
uppercase and replace ``-`` with ``_``), here's the supported settings so far::
.. _Mail.ru OAuth: http://api.mail.ru/docs/guides/oauth/
.. _Odnoklassniki OAuth: http://dev.odnoklassniki.ru/wiki/display/ok/The+OAuth+2.0+Protocol
.. _authentication for VKontakte applications: http://www.ikrvss.ru/2011/11/08/django-social-auh-and-vkontakte-application/
-.. _Facebook Canvas Application Authentication: http://www.ikrvss.ru/2011/09/22/django-social-auth-and-facebook-canvas-applications/
\ No newline at end of file
+.. _Facebook Canvas Application Authentication: http://www.ikrvss.ru/2011/09/22/django-social-auth-and-facebook-canvas-applications/
SOCIAL_AUTH_REDIRECT_IS_HTTPS = True
+- The name of the last backend used to login is stored as a string in the
+ session under the key ``social_auth_last_login_backend``, the key can be
+ customized by defining this setting::
+
+ SOCIAL_AUTH_LAST_LOGIN = 'social_auth_last_login_backend'
+
Some settings can be tweak by backend by adding the backend name prefix (all
uppercase and replace ``-`` with ``_``), here's the supported settings so far::