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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user