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:
2024-09-29 00:16:56 +02:00
parent 32f773c184
commit 9ea6148583
10 changed files with 141 additions and 44 deletions

View File

@@ -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)
});

View File

@@ -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>