Files
LightOidc/de.srsoftware.oidc.web/src/main/resources/en/todo.html
Stephan Richter 9ea6148583 implemented EncryptedKeyStore
for this to work, the KeyStorage interface had to be extended

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2024-09-29 00:16:56 +02:00

31 lines
1.0 KiB
HTML

<html>
<head>
<meta charset="utf-8">
<title>Light OIDC</title>
<script src="scripts/common.js"></script>
<script src="scripts/user.js"></script>
<script src="scripts/users.js"></script>
<link rel="stylesheet" href="style.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<nav></nav>
<div id="content">
<h1>to do…</h1>
<ul>
<li>implement token refresh</li>
<li>Configuration im Frontend</li>
<li>
On-Load events: manchmal feuern Requests, die User-Daten benötigen bevor der entsprechende User geladen wurde
<ul>
<li>Settings</li>
<li>Dashboard</li>
<li>Navigation</li>
<li>Clients</li>
</ul>
</li>
</ul>
</div>
</body>
</html>