Password Hashing
Hey! I am porting my app from Vercel to Cloudflare Pages. For auth, I need to run a password hashing algo (Argon2) but from what I understand the CPU time restrictions render this unfeasible. I keep reading about "unbound" workers which might be the answer to this? But I cannot for the life of me figure out how to enable / deploy an unbound worker. Any tips would be great 👍
3 Replies