Crates.io | jwt-tui |
lib.rs | jwt-tui |
version | 0.1.0 |
source | src |
created_at | 2023-09-17 05:31:09.613154 |
updated_at | 2023-09-17 05:31:09.613154 |
description | A terminal UI for JWTs (JSON Web Tokens) that allows you to decode, verify and generate JWTs. |
homepage | |
repository | https://github.com/theawiteb/jwt-tui |
max_upload_size | |
id | 974873 |
size | 58,802 |
A terminal user interface for JSON Web Tokens (JWTs) that allows you to decode, verify, and generate JWTs.
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.
git clone https://github.com/theawiteb/jwt-tui.git
cd jwt-tui
cargo install --path .
cargo install jwt-tui
To run the program, simply type its name in the terminal, jwt-tui
.
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.