jwtauth icon indicating copy to clipboard operation
jwtauth copied to clipboard

Add validate options in jwt auth for providing #59

Open Sarthak160 opened this issue 2 years ago • 0 comments

  • 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

Sarthak160 avatar Mar 13 '22 04:03 Sarthak160