https://github.com/thomd/decode-jwt
decode a JWT via CLI
https://github.com/thomd/decode-jwt
cli jwt nodejs
Last synced: about 1 month ago
JSON representation
decode a JWT via CLI
- Host: GitHub
- URL: https://github.com/thomd/decode-jwt
- Owner: thomd
- Created: 2017-07-11T14:36:10.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-11T20:43:15.000Z (almost 9 years ago)
- Last Synced: 2025-09-29T00:56:32.558Z (8 months ago)
- Topics: cli, jwt, nodejs
- Language: JavaScript
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Decode JWT
Decode a JSON Web Token using a CLI.
## Usage
jwt my_token.txt
cat my_token.txt | jwt