Is there any way to get argon2 working on cloudflare workers with typescript?
I know there is a package written in rust for this but wondering if there’s any way to make it work in typescript on cloudflare workers
The rust package works but it requires a separate deployment which is not ideal
For example I can’t seem to have @node-rs/argon2 work with cloudflare workers
The rust package works but it requires a separate deployment which is not ideal
For example I can’t seem to have @node-rs/argon2 work with cloudflare workers