bring password hash back

users want to have this instead cleartext password. Mitigates security issues.
This commit is contained in:
Philip H 2024-06-16 16:14:19 +02:00
parent 390b72c94a
commit b5372f0dbc
No known key found for this signature in database
GPG key ID: DA39C2199C603FA5
2 changed files with 11 additions and 0 deletions

View file

@ -13,6 +13,7 @@
"author": "Emile Nijssen",
"license": "CC BY-NC-SA 4.0",
"dependencies": {
"bcryptjs": "^2.4.3",
"debug": "^4.3.5",
"express-session": "^1.18.0",
"h3": "^1.11.1",