dgrijalva/jwt-go

Dependabot alerts

Opened this issue · 2 comments

@skiffer-git this repository is no longer maintained

The new repository can be found at: https://github.com/golang-jwt/jwt

For more information, see issue #462 and #462 (comment)

Most easy way to get rid of this library is

replace github.com/dgrijalva/jwt-go v3.2.0+incompatible => github.com/golang-jwt/jwt/v4 v4.1.0

and this helps also for 3rd party libs it's a

Community maintained clone of https://github.com/dgrijalva/jwt-go