I have an extension that verifies the validity of the JWT token against the secret from onAuthorize(). I am able to successfully verify the token’s validity when I am testing in production, but the validation code fails whenever I use the developer rig.
Is anybody able to validate the JWT token in the developer rig?