add signature verification module

- (the (test) signature allegedly has the wrong length?)
- add login route for main.py
This commit is contained in:
lare 2022-11-12 14:50:18 +01:00
parent 6344dbb07f
commit 9fa16e1ac9
11 changed files with 215 additions and 24 deletions

17
web/frontend/login.html Normal file
View file

@ -0,0 +1,17 @@
{% extends 'base.html' %}
{% block content %}
<form action="https://dn42.g-load.eu/auth/">
<link rel="stylesheet" href="https://dn42.g-load.eu/auth/assets/button-font/auth.css">
<input type="hidden" id="return" name="return" value="{{return_addr}}">
<button type="submit" class="kioubit-btn kioubit-btn-primary kioubit-btn-dark kioubit-btn-main">
<span class="icon-kioubit-auth"></span>Authenticate with Kioubit.dn42
</button>
</form>
<form action="" method="post">
<input type="">
</form>
{% endblock %}