Convex runtime does not support SecureRandom
Docs say that
crypto, CryptoKey, and SubtleCrypto are available. I think I'm only using those APIs, however...The following error is thrown from the dashboard when running my mutation.
I'm trying to debug this runtime issue. The full code of the mutation that's throwing the error is this:
What needs to change so I can do things like importKey, and verify JWTs without moving to actions?
