ezekielayuba
ezekielayuba8mo ago

Convex Auth

Hello, I've just initiated a convex project, I'm trying to setup email and password authentication, how does the password field works?? Please I'm not interested in clerk. Thanks
5 Replies
Wayne
Wayne8mo ago
Hi @ezekielayuba we just launched Auth today. Hi, we just launched Convex Auth "beta" today. https://www.convex.dev/auth Let us know what you think.
Convex Auth
The backend application platform with everything you need to build your product.
Michal Srb
Michal Srb8mo ago
Relevant docs: https://labs.convex.dev/auth/config/passwords See especially "Customize email and password validation". Let us know if you have any other questions.
Passwords - Convex Auth
Relations, default values, unique fields and more for Convex
ezekielayuba
ezekielayubaOP8mo ago
Will check this out I've already checked this out I've checked both the links out, I'm just trying to reconfirm if it's normal password hashing techniques that goes along with convex too
Michal Srb
Michal Srb8mo ago
Ah, that's documented here: https://labs.convex.dev/auth/api_reference/providers/Password#password It uses Scrypt and you can configure your own hashing.
providers/Password - Convex Auth
Relations, default values, unique fields and more for Convex
ezekielayuba
ezekielayubaOP8mo ago
Finally here's it..... what I'm building is a software for just 3 hospitals, sign up is meant for only staffs and patients records are to be stored on the DB, patients are not require to login so I thought it more convenient to just use the traditional login/login. Thanks

Did you find this page helpful?