|
Is it possible to use WithLeeway with request.ParseFromRequest as with jwt.ParseWithClaims? |
Answered by
oxisto
Oct 15, 2023
Replies: 3 comments 6 replies
|
You should be able to first create a new parser with |
0 replies
Answer selected by
oxisto
|
@oxisto, that you! |
6 replies
No, because |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You should be able to first create a new parser with
jwt.Newandjwt.WithLeewayand then use that withrequest.WithParser