ssh — guest: ~ connected

JWT(1)

NAME

jwt — decode a JSON Web Token

SYNOPSIS

jwt <token>

DESCRIPTION

Decodes a JWT and prints its header and payload as formatted JSON, then a readable view of the standard time claims (iat, nbf, exp) and whether the token has expired.

Decoding happens entirely in your browser: the signature is NOT verified and nothing is sent anywhere.

EXAMPLES

jwt eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0In0.xxxxx

SEE ALSO

base64, sha256sum