Implement password hash/verification

This commit is contained in:
2024-05-14 13:40:50 +02:00
parent 6bc46bb0ab
commit 9935cf9a9c
3 changed files with 48 additions and 4 deletions
+2
View File
@@ -8,6 +8,7 @@
"test": "bun test"
},
"dependencies": {
"argon2": "^0.40.1",
"jose": "^5.2.3",
"log": "^6.3.1",
"result": "git+git@git.pband.ch:typescript/result.git",
@@ -15,6 +16,7 @@
},
"devDependencies": {
"@happy-dom/global-registrator": "^14.10.2",
"@types/argon2": "^0.15.0",
"@types/bun": "^1.1.2",
"@types/zxcvbn": "^4.4.4"
},