Add security layer.

This commit is contained in:
2020-09-26 12:41:12 +02:00
parent 5e6da61ccb
commit fae622aafc
8 changed files with 159 additions and 1 deletions

View File

@@ -11,7 +11,9 @@
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.0.0",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"mongodb": "^3.6.1"
},
"devDependencies": {