{% extends "sign_in_with_sl_base.html" %} {% block single_content %}
{{ client.name }} would like to have access to your following data:
    {% for scope in client.get_scopes() %}
  • {% if scope == Scope.AVATAR_URL %} avatar {% else %} {{ scope.value }} {% endif %}
  • {% endfor %}
Sign in to accept sharing data with {{ client.name }}
Login {% if client.referral %} Sign Up {% else %} Sign Up {% endif %}

Cancel and go back to {{ client.name }}

Cancel
SimpleLogin is an open source social login provider that protects your privacy.
{% endblock %}