Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Some time ago (was lazy to dig history) jwt.Parse was changed to require non-nil keyFunc. This broke `jwt -show` command that prints header and claims and does not validate the token: ``` $ echo $TOKEN | jwt -show - Error: malformed token: token is unverifiable: no keyfunc was provided ``` This change fixes `jwt -show`.
- Loading branch information