You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
1.0 KiB
30 lines
1.0 KiB
<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>
|
|
|