Install bcrypt for managing passwords

main
sudoer777 2021-11-24 15:55:44 -07:00
parent 9c9c106acd
commit fbfa500b8a
2 changed files with 831 additions and 27 deletions

857
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -8,6 +8,7 @@
},
"dependencies": {
"async": "^3.2.2",
"bcrypt": "^5.0.1",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"dotenv": "^10.0.0",