Add jwks_uri and use username
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
decentral1se
2021-06-11 18:26:38 +02:00
parent f2593e209e
commit 0aaf99da97
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,6 @@
<title>Home</title>
</head>
<body>
<p>Hello, {{ user }}</p>
<p>Hello, {{ user.preferred_username }}</p>
</body>
</html>