You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Welcome to the issues section if it's your first time!
Before creating an issue, please be sure to:
[ x] Checkout to the latest version, including submodules
Try to find an isolated way to reproduce the behavior
[x ] Fill in all the blanks in the most specific way you can
Steps to reproduce
1.create a http server
2.on data get the post value
3.on end connect to database(mongodb) and after results come back verify the password sent with http post against hash in db
Expected behaviour
should end the response with fail or success whether pass is right or wrong
Actual behaviour
then block or catch block never runs while http socket is opened and when user times out or cancels the request it gives the message "decoding failed"
Due to ranisalt/node-argon2#37, I've had to
abandon argon2 in favor of bcrypt for now. The code is migrated, but
the login helper tests still need to be updated appropriately.
Welcome to the issues section if it's your first time!
Before creating an issue, please be sure to:
Steps to reproduce
1.create a http server
2.on data get the post value
3.on end connect to database(mongodb) and after results come back verify the password sent with http post against hash in db
Expected behaviour
should end the response with fail or success whether pass is right or wrong
Actual behaviour
then block or catch block never runs while http socket is opened and when user times out or cancels the request it gives the message "decoding failed"
Environment
Operating system:
ubuntu 15.10 kernel 4.3
Node version:
4x
Compiler version:
gcc version 5.2.1 20151010 (Ubuntu 5.2.1-22ubuntu2)
The text was updated successfully, but these errors were encountered: