{% load backend_utils %} Python Social Auth

Python Social Auth

{% if user.is_authenticated %}
You are logged in as {{ user.username }}!
{% endif %}
{% for sublist in available_backends|social_backends %}
{% for name, backend in sublist %} {% associated backend %} {% if association %}
{% csrf_token %} Disconnect {{ backend|backend_name }}
{% else %} {% if name == "google-plus" %}
{{ backend|backend_name }}
{% else %} {{ backend|backend_name }} {% endif %} {% endif %} {% endfor %}
{% endfor %}
{% for name, backend in available_backends|legacy_backends %} {% associated backend %} {% if association %}
{% csrf_token %} Disconnect {{ backend|backend_name }}
{% else %} {{ backend|backend_name }} {% endif %} {% endfor %} Ajax
Logout
{% if backend %} {% endif %} {% if plus_id %} {% endif %}