An open API service indexing awesome lists of open source software.

https://github.com/fedtti/jwt-cli


https://github.com/fedtti/jwt-cli

fortheloveofcode

Last synced: about 1 year ago
JSON representation

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.