Error: data and salt arguments required

前端 未结 3 1948
野性不改
野性不改 2020-12-17 16:02

I am trying to save a user to mongodb database using post request as follow, but I got the error bcrypt Error: data and hash arguments required .It\'s a pretty simple set up

3条回答
  •  眼角桃花
    2020-12-17 16:24

    Remove the arrow => in bcrypt.hash() . Use old fashioned method definition function() {}

提交回复
热议问题