https://github.com/fedtti/jwt-cli
https://github.com/fedtti/jwt-cli
fortheloveofcode
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/fedtti/jwt-cli
- Owner: fedtti
- License: mit
- Created: 2025-07-16T18:35:54.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-18T18:55:14.000Z (about 1 year ago)
- Last Synced: 2025-07-18T23:31:40.866Z (about 1 year ago)
- Topics: fortheloveofcode
- Language: TypeScript
- Homepage: https://jwt.io
- Size: 9.77 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jwt-cli
Inspired by Auth0’s **[JWT Debugger](https://jwt.io/)** using `jsonwebtoken` for Node.js
## Install
## Usage
If you want to use the interactive mode, you can just:
```bash
jwt-cli
```
Otherwise, you can skip it by adding a command and its options.
You can see the full list of commands and options by appending either `-h` or `--help`.
## License
This project is licensed under the MIT license. See the [LICENSE](./LICENSE) file for more info.