Authorize Application {{ display_name or client_id }} wants to access your account. {{ csrf_field() }} {% if scope_descriptions or scopes %} Choose what to allow: {% if scope_descriptions %} {% for scope in scope_descriptions %} {% if scope.required %} {# A disabled checkbox submits nothing, so the value rides in a hidden field; the server re-asserts required scopes regardless. #} {% else %} {% endif %} {{ scope.label or scope.description }} {% if scope.details %} {# Interactive content inside a label does not forward activation, so tapping ⓘ never toggles the checkbox. #} ⓘ {{ scope.details }} {% endif %} {% if scope.label %} {{ scope.description }} {% endif %} {% if scope.required %} Required {%- if scope.required_hint %} — {{ scope.required_hint }} {%- endif %} {% endif %} {% endfor %} {% else %} {% for scope in scopes %} {{ scope }} {% endfor %} {% endif %} {% endif %} Deny Allow