Node Argon2 login unauthorized?

I’m moving from a SHA hash to Argon2 for our password encryption.

But I can’t seem to get the login to work.

I’ve followed the doc and made sure that ‘Use Password Hash Verify’ is checked (I also made a new one in case anything bugs out with changing the old one)

I’m sure the password is hashed with argon, can see it starts with $argon in the db.

I also made a new ‘login’ server action, and made sure that the password is not being formatted by anything. It’s just having the raw POST inputs:

Yet I get an unauthorized error when logging in:
image

I can still login with the old SHA hashed passwords, so I am guessing that the ‘Use Password Hash Verify’ is not working?

Is it a bug? Anything else I can try?

Community Page
Last updated: