No password hashes for Node?

I’m not able to find the password hashes.

Ok I made my own - but how do I customize the hash check on Wappler?

Screen Shot 2021-02-11 at 11.32.36

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.