Login Route with JWT

This commit is contained in:
headlesdev
2025-05-17 15:07:22 +02:00
parent 84f1c16529
commit 0cd01e2c4e
3 changed files with 154 additions and 4 deletions

View File

@@ -10,8 +10,10 @@
},
"dependencies": {
"@prisma/client": "^6.8.2",
"@types/jsonwebtoken": "^9.0.9",
"bcryptjs": "^3.0.2",
"daisyui": "^5.0.35",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.511.0",
"next": "15.3.2",
"react": "^19.0.0",