LOGIN with Password Verify HELP

I did something for NodeJS and bcrypt, here you can see how the Server Action is done:

For the front-end you need to check a Wappler tutorial on how to make a login form, etc.

Also, you need to discover the exact hashing (“encryption”) algorithm the passwords are using, without that information it’s a dead-end. And then you probably need to build (or pay someone else) to build a custom extension (or custom formatter) for the hashing algorithm it’s using, or if it’s bcrypt and you’re using NodeJS then you can use extension I wrote