Conflict with oslo package
I'm using convex with
lucia-auth
and lucia-auth
recommends to use oslo/password
to hash them.
My code is:
But for some reason, the convex dev
command returns this error:
3 Replies
Use
Scrypt
from lucia
instead:
See https://lucia-auth.com/tutorials/username-and-password/nextjs-app for more details
Argon2id is not support by Convex runtimes
Lucia
Username and password auth in Next.js App Router
Lucia is an open source auth library that abstracts away the complexity of handling sessions.
Thanks!