Sign inSign up

plotter/jwt-tool

By plotter

Updated over 5 years ago

A CLI for auth0/node-jsonwebtoken

Image
0

231

plotter/jwt-tool repository overview

JWT Tool

This repo is a CLI for auth0/node-jsonwebtoken.

Usage

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)"

Tag summary

Content type

Image

Digest

Size

39.5 MB

Last updated

over 5 years ago

docker pull plotter/jwt-tool