You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migrate from dgrijalva/jwt-go to golang-jwt/jwt v3.2.1
- Add replace directive to redirect dgrijalva/jwt-go to golang-jwt/jwt v3.2.1+incompatible
- Remove deprecated dgrijalva/jwt-go from direct dependencies
- Update go.sum with golang-jwt/jwt v3.2.1 checksums
- Addresses security concerns with the deprecated dgrijalva/jwt-go package
- All tests pass with the new JWT library
0 commit comments