Skip to content

Commit

Permalink
Create Hashing Password Service
Browse files Browse the repository at this point in the history
  • Loading branch information
zenkiet committed Sep 21, 2023
1 parent d9610b8 commit 1dac614
Show file tree
Hide file tree
Showing 8 changed files with 362 additions and 35 deletions.
5 changes: 5 additions & 0 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,23 @@
"@nestjs/platform-express": "^10.0.0",
"@nestjs/swagger": "^7.1.11",
"@prisma/client": "^5.3.1",
"bcrypt": "^5.1.1",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"nestjs-prisma": "^0.22.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.1"
},
"devDependencies": {
"@compodoc/compodoc": "^1.1.21",
"@nestjs/cli": "^10.0.0",
"@nestjs/mapped-types": "^2.0.2",
"@nestjs/schematics": "^10.0.0",
"@nestjs/testing": "^10.0.0",
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.86",
"@swc/jest": "^0.2.29",
"@types/bcrypt": "^5.0.0",
"@types/express": "^4.17.17",
"@types/jest": "^29.5.2",
"@types/node": "^20.6.0",
Expand Down

0 comments on commit 1dac614

Please sign in to comment.