Device Auth. Grant - the web browser part

This commit is contained in:
Dusan Jakub
2023-09-18 13:02:26 +02:00
parent 47cc55d87f
commit 6de8c49b12
12 changed files with 385 additions and 51 deletions

View File

@@ -74,7 +74,7 @@
<p>You are authorizing to <strong>{client.description}</strong>, which requests the following permissions from you:</p>
<form action="" method="post">
<form action="/auth/consent" method="post">
<input type="hidden" name="sessionId" value="{sessionId}">
<ul>
{#each scopes}