fix: better scope handling

This commit is contained in:
Matthieu Bessat 2024-11-11 23:16:50 +01:00
parent a7f6c28e0d
commit 81b249d341
10 changed files with 61 additions and 30 deletions

View file

@ -15,7 +15,7 @@
<ul>
<li>App name: {{ app.name }}</li>
<li>App description: <i>{{ app.description }}</i></li>
<li>Permisions: {{ authorization_params.scope }}</li>
<li>Permissions: {{ authorization_params.scope }}</li>
</ul>
<input type="hidden" name="client_id" value="{{ authorization_params.client_id }}" />
<input type="hidden" name="scope" value="{{ authorization_params.scope }}" />