Add basic authentication using username/password sourced from env on delete user/workout endpoints

This commit is contained in:
Peter Stockings
2023-10-19 22:45:44 +11:00
parent dafc23af49
commit 0c8fca4642
2 changed files with 11 additions and 2 deletions

View File

@@ -10,4 +10,5 @@ Flask-SQLAlchemy==3.0.3
matplotlib==3.5.2
sparklines==0.4.2
humanize==4.8.0
Werkzeug==2.2.2
Werkzeug==2.2.2
Flask-BasicAuth==0.2.0