v3.2.1
- Import Path Change: See MIGRATION_GUIDE.md for tips on updating your code
- Changed the import path from
github.com/dgrijalva/jwt-go
github.com/golang-jwt/jwt
- Changed the import path from
- Fixed type confusion issue between
string
and[]string
inVerifyAudience
(#12). This fixes CVE-2020-26160