Test App: logout flow

This commit is contained in:
2020-05-26 11:17:16 +02:00
parent 467116524d
commit 9ff00c3f59
8 changed files with 69 additions and 31 deletions

View File

@ -3,8 +3,10 @@
<section class="home is-fullheight section">
<div class="container">
{{template "header" .}}
<h2 class="is-size-4">Jeton OpenID Connect</h2>
<h2 class="is-size-4">IDToken</h2>
<pre>{{ .JSONIDToken }}</pre>
<h2 class="is-size-4">Claims</h2>
<pre>{{ .JSONClaims }}</pre>
{{template "footer" .}}
</div>
</section>