The program can be installed from source or from [crates.io]. it is recommended to install from crates.io as it is easier and it's a stable release.
Note:
jwt-tui
in themaster
is not stable and is still in development. If you want to use a stable version, use the latest release from [crates.io].
The following commands will clone the repository and install the binary to ~/.cargo/bin
, which should be in your PATH
to run the program from anywhere.
See Cargo's documentation for more information about installing Rust programs.
bash
git clone https://github.com/theawiteb/jwt-tui.git
cd jwt-tui
cargo install --path .
bash
cargo install jwt-tui
To run the program, simply type its name in the terminal, jwt-tui
.
bash
jwt-tui
The following are some videos showcasing the program's features.
The following are the goals of the project: - Decoding JWTs. - Encoding data (generating JWTs). - Verifying JWTs. - Support for multiple algorithms.
You can find the changelog here. It contains information about the changes in each version of the program.
Note: Our changelog follows the Keep a Changelog format.
Contributions are welcome, and they are greatly appreciated! Please see CONTRIBUTING.md for more information.
This project is licensed under the MIT License.