feat: implement user authentication and login modal, refactor backend

This commit is contained in:
Omar Sánchez Pizarro
2026-01-20 00:39:28 +01:00
parent 9a61f16959
commit e99424c9ba
29 changed files with 3061 additions and 855 deletions

View File

@@ -16,9 +16,11 @@
"author": "",
"license": "MIT",
"dependencies": {
"bcrypt": "^5.1.1",
"chokidar": "^3.5.3",
"cors": "^2.8.5",
"express": "^4.18.2",
"rate-limiter-flexible": "^5.0.3",
"redis": "^4.6.10",
"web-push": "^3.6.7",
"ws": "^8.14.2",