jwtauth
jwtauth copied to clipboard
Add validate options in jwt auth for providing #59
- add WithValidateOptions method for
JWTAuth struct
#59 - passed the through request context to
ValidateOption
method of JWT package - Now user can pass jwt options like
WithClock
through jwtauth package