Skip to content

v2.1.0

Compare
Choose a tag to compare
@sergiught sergiught released this 02 Nov 13:07
· 83 commits to master since this release
b895d8b

Added

  • Allow setting a custom http.Client on the jwks.Provider (#151)
  • Add example tests (#157)
  • Add example for the gin web framework (#175)

Fixed

  • Fix CookieTokenExtractor to not throw error when no cookie present (#172)
  • Fix panic threat when using type-cast for customClaims in validator (#165)
  • Fix authentication error when setting multiple audiences on validator (#176)