Comparison

mod_http_oauth2/html/consent.html @ 6344:eb834f754f57 draft default tip

Merge update
author Trần H. Trung <xmpp:trần.h.trung@trung.fun>
date Fri, 18 Jul 2025 20:45:38 +0700
parent 6339:24559118dd6c
comparison
equal deleted inserted replaced
6309:342f88e8d522 6344:eb834f754f57
33 {client.policy_uri& 33 {client.policy_uri&
34 <dt>Policy</dt> 34 <dt>Policy</dt>
35 <dd><a href="{client.policy_uri}">View policy</a></dd>} 35 <dd><a href="{client.policy_uri}">View policy</a></dd>}
36 36
37 <dt>Requested permissions</dt> 37 <dt>Requested permissions</dt>
38 <dd>{scopes# 38 <dd>
39 <input class="scope" type="checkbox" id="scope_{idx}" name="scope" value="{item}" checked="" /><label class="scope" for="scope_{idx}">{item}</label>} 39 <dl>{scopes#
40 <dt><input class="scope" type="checkbox" id="scope_{idx}" name="scope" value="{item.claim}" checked="" />
41 <label class="scope" for="scope_{idx}">{item.title?{item.claim}}</label></dt>
42 {item.description&<dd>{item.description}</dd>}}
43 </ul>
40 </dd> 44 </dd>
41 </dl> 45 </dl>
42 46
43 <p>To allow <em>{client.client_name}</em> to access your account 47 <p>To allow <em>{client.client_name}</em> to access your account
44 <em>{state.user.username}@{state.user.host}</em> and associated data, 48 <em>{state.user.username}@{state.user.host}</em> and associated data,