mondM
Convex Community5mo ago
3 replies
mond

Convex auth setting user password.

I'm workin on an app where I want users to be able to change their password. How do I hash and verify the password from user input? I'm using the Password provider and there doesn't seem to be a simple function to do it. I tried Password().crypto?.hashSecret() from

"@convex-dev/auth/providers/Password";
Was this page helpful?