Add in authentication via Flask-Login, still need to modify http functions so they are linked to a user

This commit is contained in:
Peter Stockings
2023-12-20 22:26:11 +11:00
parent 6a894df009
commit 30e16277df
5 changed files with 210 additions and 2 deletions

View File

@@ -7,4 +7,5 @@ flask-htmx==0.2.0
python-dateutil==2.8.2
jinja2-fragments==0.3.0
Werkzeug==2.2.2
requests==2.26.0
requests==2.26.0
Flask-Login==0.6.3