Replies: 1 comment
-
Never mind. I found this in the token, err := jwt.ParseString(jwtString) as I was looking for something under the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In Java, I am doing something like the following where I pass a flag to validate a JWT.
In go, using the lestrrat SDK, I am doing the following:
Is there a way to get claims set skipping signature validation as in Java?
Beta Was this translation helpful? Give feedback.
All reactions