Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Create jwt-cli.lua #590

Merged
merged 1 commit into from
Feb 26, 2020
Merged

Create jwt-cli.lua #590

merged 1 commit into from
Feb 26, 2020

Commits on Feb 26, 2020

  1. Create jwt-cli.lua

    A super fast CLI tool to decode and encode JWTs built in Rust 
    
    jwt-cli is a command line tool to help you work with JSON Web Tokens (JWTs). Like most JWT command line tools out there, you can decode almost any JWT header and claims body. Unlike any that I've found, however, jwt-cli allows you to encode a new JWT with nearly any piece of data you can think of. Custom header values (some), custom claim bodies (as long as it's JSON, it's game), and using any secret you need.
    fmotrifork authored Feb 26, 2020
    Configuration menu
    Copy the full SHA
    8bf24e6 View commit details
    Browse the repository at this point in the history