Patch: Tidy up of style code and fix to authentication logic

Feat: Added ability to access user's username through AuthContext
This commit is contained in:
Chris-1010
2025-01-27 16:11:42 +00:00
parent 4e9fa011fa
commit 93b3ffbc0b
16 changed files with 97 additions and 119 deletions

View File

@@ -8,6 +8,7 @@ Flask==3.1.0
Flask-Session==0.8.0
Flask-WTF==1.2.2
Flask_CORS==5.0.0
flask-socketio==5.5.1
python-dotenv==1.0.1
idna==3.10
itsdangerous==2.2.0
@@ -20,5 +21,4 @@ typing_extensions==4.12.2
urllib3==2.3.0
Werkzeug==3.1.3
WTForms==3.2.1
Gunicorn==20.1.0
flask-socketio==5.5.1
Gunicorn==20.1.0