Skip to content

v2.0.0: Use golang-jwt, return struct type

Latest
Compare
Choose a tag to compare
@bclarkx2 bclarkx2 released this 27 Jun 14:57
f173508

#9

  • Return a struct type from NewClientWithJWTBearer rather than an interface type
  • Increment to v2 major version
  • Add utility for printing the JWT being used

#8

  • Swap out the deprecated dgrijalva/jwt-go library for the maintained golang-jwt/jwt
  • Clean up some deprecated ioutil calls