implemented EncryptedKeyStore
for this to work, the KeyStorage interface had to be extended Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -24,4 +24,6 @@ function handleDash(response){
|
||||
});
|
||||
}
|
||||
|
||||
fetch(client_controller+"/dash").then(handleDash)
|
||||
document.addEventListener("DOMContentLoaded", function(event) { // wait until page loaded
|
||||
fetch(client_controller+"/dash").then(handleDash)
|
||||
});
|
||||
|
||||
@@ -14,8 +14,16 @@
|
||||
<h1>to do…</h1>
|
||||
<ul>
|
||||
<li>implement token refresh</li>
|
||||
<li>Verschlüsselung im config-File</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>
|
||||
|
||||
Reference in New Issue
Block a user