Replies: 1 comment 2 replies
-
Just as how you can use a number ( e.g.
or even
if |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi I'm trying perform some additional validation on a JWT. I have a claim within my JWT that looks like this:
If I then use this rule to validate it:
I'm getting an unsafe error:
The problem seems to be the - (hyphen).
Is there a solution for this ?
Beta Was this translation helpful? Give feedback.
All reactions