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
Walshy
Walshyā€¢2w ago
The old Bundled and Unbound are gone Standard is the only usage model now and also has 30 seconds of CPU time (like Unbound) but charges on CPU time not wall time So you should be good šŸ™‚
Felix
Felixā€¢2w ago
Oh U mean things should just work without further configuration?
Nob
Nobā€¢2w ago
yes