feat: add JWT authentication

This commit is contained in:
Cesar
2026-05-22 17:13:24 -06:00
parent 397c2ef3df
commit 45d6347d4c
15 changed files with 524 additions and 12 deletions

View File

@@ -13,7 +13,9 @@
"license": "ISC",
"type": "module",
"devDependencies": {
"@types/bcryptjs": "^2.4.6",
"@types/express": "^5.0.6",
"@types/jsonwebtoken": "^9.0.10",
"@types/node": "^25.9.1",
"@types/pg": "^8.20.0",
"prisma": "^7.8.0",
@@ -24,9 +26,11 @@
"dependencies": {
"@prisma/adapter-pg": "^7.8.0",
"@prisma/client": "^7.8.0",
"bcryptjs": "^3.0.3",
"dotenv": "^17.4.2",
"env-var": "^7.5.0",
"express": "^5.2.1",
"jsonwebtoken": "^9.0.3",
"pg": "^8.21.0"
}
}