Register/Login implementation

This commit is contained in:
Florian Sylvain
2023-01-26 20:57:12 +01:00
parent 55f42008f6
commit 84d95d6f12
6 changed files with 765 additions and 19 deletions
+10 -1
View File
@@ -14,16 +14,25 @@
"license": "ISC",
"dependencies": {
"@prisma/client": "^4.9.0",
"bcrypt": "^5.1.0",
"concurrently": "^7.6.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"jsonwebtoken": "^9.0.0",
"nodemon": "^2.0.20",
"prisma": "^4.9.0",
"wait-on": "^7.0.1"
"wait-on": "^7.0.1",
"zod": "^3.20.2"
},
"devDependencies": {
"@babel/preset-typescript": "^7.18.6",
"@types/bcrypt": "^5.0.0",
"@types/cookie-parser": "^1.4.3",
"@types/cors": "^2.8.13",
"@types/express": "^4.17.16",
"@types/jsonwebtoken": "^9.0.1",
"install": "^0.13.0",
"jest": "^29.4.0",
"npm": "^9.4.0",