2022-11-04 20:53:14 +00:00
|
|
|
<h2>Authorization for {{.ClientId}}</h2>
|
|
|
|
|
2022-11-05 19:24:28 +00:00
|
|
|
<form action="verify/" method="post">
|
2022-11-03 20:22:55 +00:00
|
|
|
<label for="password">Password</label>
|
|
|
|
<input type="password" name="password" placeholder="Password">
|
2022-11-04 20:53:14 +00:00
|
|
|
<input type="hidden" name="client_id" value="{{.ClientId}}">
|
|
|
|
<input type="hidden" name="redirect_uri" value="{{.RedirectUri}}">
|
|
|
|
<input type="hidden" name="response_type" value="{{.ResponseType}}">
|
|
|
|
<input type="hidden" name="state" value="{{.State}}">
|
2022-11-03 20:22:55 +00:00
|
|
|
<input type="submit" value="Login">
|
|
|
|
</form>
|