Categorygithub.com/HarikrishnanBalagopal/jwtdecode
modulepackage
1.0.3
Repository: https://github.com/harikrishnanbalagopal/jwtdecode.git
Documentation: pkg.go.dev

# README

Decode JSON Web Tokens

A simple CLI tool to decode JWTs.
Currently only supports JSON Web Signatures (JWSs).

Prerequisites

  • Golang

Installation

go install github.com/HarikrishnanBalagopal/jwtdecode@v1

Usage

jwtdecode "${MY_JWT}"

or

echo "${MY_JWT}" | jwtdecode -

# Constants

No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author