No password hashes for Node?

It won’t work for node server model.

Ergo,

There is a dirty workaround to get around it. Create a module to verify the hash and if the output is true use the standard functionality to log the user where you used the hashed password in the login step. If the verify fails just send a 401 response.