{% extends "base.html" %} {% block title %}Authorize {{ application_name }} — allowthem{% endblock %} {% block body %}
{# Application identity #}
{% if logo_url and logo_url is startingwith("https://") %} {{ application_name }} {% endif %}

{{ application_name }}

wants access to your account

{# Scope list #}

This will allow {{ application_name }} to:

    {% for item in scope_items %}
  • {{ item.description }}
  • {% endfor %}
{# Consent form #}
{# Hidden authorize params #} {% if nonce %} {% endif %}

Authorizing will redirect you to {{ redirect_uri }}

{% endblock %}