Skip to content

Commit 6a4373f

Browse files
Mohammed OthmanMohammed Othman
Mohammed Othman
authored and
Mohammed Othman
committed
added bcrypt as a dependency for hashing user passwords
1 parent fb85cc6 commit 6a4373f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
},
1010
"dependencies": {
1111
"axios": "^0.19.2",
12+
"bcrypt": "^5.0.0",
1213
"body-parser": "^1.19.0",
1314
"compression": "^1.7.4",
1415
"cookie-parser": "~1.4.4",

0 commit comments

Comments
 (0)