Skip to content

Commit 630ec80

Browse files
committed
build: add argon2 dependency for token encrytion
1 parent 5502721 commit 630ec80

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed

package-lock.json

Lines changed: 41 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"@nestjs/passport": "^10.0.3",
2929
"@nestjs/platform-express": "^10.0.0",
3030
"@nestjs/typeorm": "^10.0.2",
31+
"argon2": "^0.41.1",
3132
"bcrypt": "^5.1.1",
3233
"class-transformer": "^0.5.1",
3334
"class-validator": "^0.14.1",

0 commit comments

Comments
 (0)