jwtverify

command module
v0.0.0-...-d6ae2c9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 21, 2016 License: Apache-2.0 Imports: 9 Imported by: 0

README

jwtverify

Verify and decode JWTs. For more info on JWT, see this.

User's manual

Usage: jwtverify is a tool to verify and decode JSON Web Tokens.

    jwtverify <action> <token> [-k key] [-s secret] [-p]

Actions:
    verify	Verify whether the token is valid.
    decode	Only decode the token, skip verification.

    help	Print this.

Options:
    -k		Public key (path to pem file) to verify the token. To use with RSA.
    -s		Secret used to sign the token. To use with HS.
    -p		Pretty output.

Documentation

Overview

Program jwtverify is a tool to verify and decode JSON Web Tokens.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL