{% extends "base.html" %} {% block title %}Authorization Request - Gondulf{% endblock %} {% block content %}
The application {{ client_metadata.name or client_id }} wants to authenticate you.
{% else %}The application {{ client_id }} wants to authenticate you.
{% endif %} {% if scope %}Requested permissions: {{ scope }}
You will be identified as: {{ me }}
{% if error %}{{ error }}
{% endif %} {% endblock %}