Fix auth crashes + add CI/CD workflow
Deploy Dashboard / deploy (push) Failing after 6m59s

- Fix jose->pyjwt import mismatch
- Fix bcrypt->pbkdf2 password hashing
- Fix Sidebar logout prop (ReferenceError)
- Add .gitea/workflows/deploy.yml for automated deployment
This commit is contained in:
Gan, Jimmy
2026-02-19 10:04:38 +08:00
parent 651bc0580e
commit 75c89b1ef9
5 changed files with 24 additions and 9 deletions
+1 -1
View File
@@ -5,5 +5,5 @@ httpx==0.27.0
python-multipart==0.0.9
psutil==6.1.0
pyjwt==2.8.0
passlib[bcrypt]==1.7.4
passlib==1.7.4
pyotp==2.9.0