This repo is a CLI for auth0/node-jsonwebtoken.
Use it with docker:
docker run --rm plotter/jwt-tool
Secrets need to be given as base64-encoded strings, regardless of what they are. For example, if using a file:
docker run --rm plotter/jwt-tool \
sign \
'{"whatever":"foobar"}' \
"$(cat /path/to/my/secret/holding/file | base64 -w 0)"
Content type
Image
Digest
Size
39.5 MB
Last updated
over 5 years ago
docker pull plotter/jwt-tool