# HG changeset patch # User Kim Alvefur # Date 1687684327 -7200 # Node ID 540beba5b75b53ce87046943d0f51350be4969cc # Parent d52cc18f0aa883113d203d1ebfbfbf7e1bb6641b mod_http_oauth2: Always show list of requested scopes Upon further reflection, these are probably too important to hide behind a
thing. diff -r d52cc18f0aa8 -r 540beba5b75b mod_http_oauth2/html/consent.html --- a/mod_http_oauth2/html/consent.html Sun Jun 25 00:00:02 2023 +0200 +++ b/mod_http_oauth2/html/consent.html Sun Jun 25 11:12:07 2023 +0200 @@ -14,6 +14,7 @@

{site_name}

+
Authorize new application

A new application wants to connect to your account.

@@ -29,6 +30,11 @@ {client.policy_uri&
Policy
View policy
} + +
Requested permissions
+
{scopes# + } +

To allow {client.client_name} to access your account @@ -36,10 +42,6 @@ select 'Allow'. Otherwise, select 'Deny'.

- -
Requested permissions{scopes# - } -