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
The example repository provided seems to be broken as a result of the upgrade to JWT v5. Running the example code results in the following error:
# github.com/golang-jwt/jwt/v5vendor/github.com/golang-jwt/jwt/v5/token.go:20:9: error: expected signature or type name 20 | crypto.PublicKey | []uint8 | ^
The text was updated successfully, but these errors were encountered:
The example repository provided seems to be broken as a result of the upgrade to JWT v5. Running the example code results in the following error:
The text was updated successfully, but these errors were encountered: