TheJehy
CCConvex Community
•Created by TheJehy on 8/28/2024 in #support-community
Convex runtime does not support SecureRandom
I am trying to create tokens which I can use for auth.
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?4 replies