-
|
Is it possible to use WithLeeway with request.ParseFromRequest as with jwt.ParseWithClaims? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
|
You should be able to first create a new parser with |
Beta Was this translation helpful? Give feedback.
-
|
@oxisto, that you! |
Beta Was this translation helpful? Give feedback.
-
No, because |
Beta Was this translation helpful? Give feedback.
You should be able to first create a new parser with
jwt.Newandjwt.WithLeewayand then use that withrequest.WithParser