{% extends "base.html" %} {% block 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 %}
In order to accept the request, you need to sign in.

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

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