feat: implement basic session authentication
This commit is contained in:
parent
df741c931b
commit
902de85131
10 changed files with 204 additions and 97 deletions
9
templates/views/login.html
Normal file
9
templates/views/login.html
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<article>
|
||||
<form hx-post="/login" hx-target="#content">
|
||||
<label for="username">Username:</label>
|
||||
<input type="text" id="username" name="username">
|
||||
<label for="password">Password:</label>
|
||||
<input type="password" id="password" name="password">
|
||||
<input type="submit" value="Login">
|
||||
</form>
|
||||
</article>
|
||||
Loading…
Add table
Add a link
Reference in a new issue