-
Notifications
You must be signed in to change notification settings - Fork 403
Closed
Labels
Description
Migrated from dgrijalva/jwt-go#375:
Filet-de-S commented on Jan 18, 2020 •
It's inconvenient to check it with strcmp instead of switch err.(type)
*jwt.ValidationError is the same for "invalid signature" as for any other like from custom Valid() method. It would be great if we could set it manually. Thanks.
costela