working on backend:

- started FileStore implementation
- implemented placing cookies

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2024-07-18 01:22:43 +02:00
parent 67606a80f4
commit c5352ac73b
18 changed files with 399 additions and 26 deletions

View File

@@ -11,11 +11,11 @@
<legend>User credentials</legend>
<label>
Username
<input type="text" name="user" />
<input type="text" name="username" />
</label>
<label>
Password
<input type="password" name="pass" />
<input type="password" name="password" />
</label>
<button type="button" onClick="tryLogin()">Login</button>
</fieldset>