bcrypt not working in convex action
Hey,
I'm getting this error when trying to use bcrypt inside of a convex action with use node.
I've resorted to using crypto instead, which for now works fine. But as far as i can tell bcrypt is better for hashing passwords - so i'd like to request for bcrypt to be added.
Context: I'm trying to build a custom convex authentication system

2 Replies
This is my current guidance: https://discord.com/channels/1019350475847499849/1222182734852526171/1222198693416009829
Thanks Michael. I'll give that a try!