-
Hi, parser := jwt.NewParser(jwt.WithLeeway(leeway))
_, err := parser.ParseWithClaims(j, claims, nil) but I get error with message Is there a way to parse it without checking the signature? Thanks, Luca |
Beta Was this translation helpful? Give feedback.
Answered by
theliuk
Oct 10, 2023
Replies: 1 comment
-
I didn't find this topic before creating this discussion |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
oxisto
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I didn't find this topic before creating this discussion