feat(auth): add session-based login/logout with bcrypt hashing, seed default admin, templates and navbar updates; add auth middleware; pin SQLAlchemy 1.4.x for Py3.13; update TODOs

This commit is contained in:
HotSwapp
2025-10-06 19:04:36 -05:00
parent 227c74294f
commit 6aa4d59a25
14 changed files with 466 additions and 17 deletions

View File

@@ -1,5 +1,5 @@
fastapi==0.104.1
sqlalchemy==2.0.23
sqlalchemy==1.4.54
alembic==1.12.1
python-multipart==0.0.6
python-jose[cryptography]==3.3.0