jwt command

A useful example app. You can use this to debug your tokens on the command line. This is also a great place to look at how you might use this library.

Example usage: The following will create and sign a token, then verify it and output the original claims.

echo {\"foo\":\"bar\"} | bin/jwt -key test/sample_key -alg RS256 -sign - | bin/jwt -key test/sample_key.pub -verify -
Version
v2.1.0+incompatible
Published
Sep 30, 2014
Platform
darwin/amd64
Imports
8 packages
Last checked
48 minutes ago

Tools for package owners.