Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 353 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 353 Bytes

go-jwt-cli

Super simple JWT command line interface.

Introduction

go-jwt-cli provide command line interface to dump JWT claims and/or validate JWT signature.

Usage

Usage: go-jwt-cli [-h] [-s value] [Encoded JWT String]
 -h, --help
 -s, --secret=value
        JWT validation secret to validate the signature

Licence

MIT License