auth
auth copied to clipboard
all: bump jwt dependency to v4 due to the incompatiblity of v3
Fix https://github.com/helm/chartmuseum/issues/567
github.com/golang-jwt/jwt is the community clone version of github.com/dgrijalva/jwt-go , their tag list are the same before v3.2.0 , and we do not depend on github.com/dgrijalva/jwt-go according to the mod graph .