awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
mike-engel avatar

mike-engel/jwt-cli

0
View on GitHub↗
1,482 Stars·80 Forks·Rust·MIT·3 Aufrufe

Jwt Cli

JWT CLI is a command-line utility for encoding, decoding, and inspecting JSON Web Tokens. Built as a memory-safe binary, it provides a dedicated interface for verifying token claims, debugging authentication workflows, and generating signed tokens from custom claims and secret keys.

The tool is designed for integration into shell environments and automated pipelines. It supports standard input and output streams, allowing users to pipe token data directly into the utility for processing. To improve command-line efficiency, it includes support for shell completion scripts.

The application is distributed as a static, self-contained binary that requires no external dependencies or runtime environments. It relies on audited cryptographic libraries to handle the signing and verification of token data structures.

Features

  • Debugging Utilities - Provides a dedicated command-line interface for decoding, inspecting, and encoding tokens to verify authentication workflows.
  • JWT and Token Management - Extracts and displays token headers, payloads, and signatures for debugging.
  • Debugging and Inspection Tools - Provides tools for decoding and inspecting token claims during security troubleshooting.
  • JWT Generation - Generates signed JSON Web Tokens from custom claims and secret keys.
  • Token Encoders and Decoders - Generates signed tokens from custom claims and secret keys for development and testing.
  • Standard Stream Integration - Supports standard input and output streams for seamless integration into shell pipelines.
  • Shell Command Pipelines - Enables processing of JSON Web Tokens within shell scripts using standard input streams.
  • CLI Pipe Integration - Accepts token data via standard input pipes for automated workflow integration.
  • Standard Input Stream Processing - Processes token data from standard input streams for automated shell workflows.
  • Command-Line Utilities - Implements a high-performance, memory-safe command-line utility in Rust.
  • Cryptographic Libraries - Integrates audited cryptographic libraries for secure token signing and verification.

Star-Verlauf

Star-Verlauf für mike-engel/jwt-cliStar-Verlauf für mike-engel/jwt-cli

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Kuratierte Suchen mit Jwt Cli

Handverlesene Sammlungen, in denen Jwt Cli vorkommt.
  • Kryptographie-Toolkits

Open-Source-Alternativen zu Jwt Cli

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Jwt Cli.
  • rust-lang/bookAvatar von rust-lang

    rust-lang/book

    17,930Auf GitHub ansehen↗

    The Rust Programming Language Book is the official technical guide and educational resource for the Rust language. It provides a comprehensive walkthrough of the language's design, focusing on its core identity as a systems programming language that enforces memory safety and high-performance execution without the need for a garbage collector. The project is distinguished by its focus on ownership, borrowing, and lifetime tracking, which allow the compiler to verify memory safety and thread safety at compile time. It covers the language's unique approach to zero-cost abstractions, including t

    Rustbookmdbookrust
    Auf GitHub ansehen↗17,930
  • vinta/awesome-pythonAvatar von vinta

    vinta/awesome-python

    303,207Auf GitHub ansehen↗

    This project is a comprehensive, community-curated directory that organizes a vast landscape of Python software libraries, frameworks, and tools. It serves as a centralized knowledge base designed to facilitate ecosystem navigation and accelerate developer discovery across the entire software development lifecycle. The directory distinguishes itself by providing a structured index of resources categorized by technical domain, ranging from foundational development utilities to specialized engineering fields. It covers high-level capabilities including artificial intelligence, data science, web

    Pythonawesomecollectionspython
    Auf GitHub ansehen↗303,207
  • github/hubAvatar von github

    github/hub

    22,955Auf GitHub ansehen↗

    Hub is a git command line tool and GitHub API client that provides a shell interface for automating workflows. It functions as a GitHub git wrapper, extending standard git commands to include direct management of repositories, issues, and pull requests. The tool integrates REST API communication with a wrapper-based execution model to perform administrative tasks without a web browser. It utilizes OAuth-based authentication and a local configuration store to secure API requests. The utility includes shell command completion and argument parsing to improve terminal productivity. It also suppo

    Go
    Auf GitHub ansehen↗22,955
  • wfxr/forgitAvatar von wfxr

    wfxr/forgit

    5,025Auf GitHub ansehen↗

    forgit is a shell-based interactive CLI wrapper that uses a fuzzy finder to transform Git output into selection menus. It functions as a workflow accelerator and history browser, replacing manual command entry with searchable interfaces for version control operations. The tool provides specialized managers for Git worktrees and an interactive history browser for visualizing commit logs, reflogs, and blame data. It differentiates itself by wrapping native Git subcommands in selection logic, allowing users to pick targets before executing final operations. Its capabilities cover interactive fi

    Shell
    Auf GitHub ansehen↗5,025
Alle 30 Alternativen zu Jwt Cli anzeigen→

Häufig gestellte Fragen

Was macht mike-engel/jwt-cli?

JWT CLI is a command-line utility for encoding, decoding, and inspecting JSON Web Tokens. Built as a memory-safe binary, it provides a dedicated interface for verifying token claims, debugging authentication workflows, and generating signed tokens from custom claims and secret keys.

Was sind die Hauptfunktionen von mike-engel/jwt-cli?

Die Hauptfunktionen von mike-engel/jwt-cli sind: Debugging Utilities, JWT and Token Management, Debugging and Inspection Tools, JWT Generation, Token Encoders and Decoders, Standard Stream Integration, Shell Command Pipelines, CLI Pipe Integration.

Welche Open-Source-Alternativen gibt es zu mike-engel/jwt-cli?

Open-Source-Alternativen zu mike-engel/jwt-cli sind unter anderem: rust-lang/book — The Rust Programming Language Book is the official technical guide and educational resource for the Rust language. It… vinta/awesome-python — This project is a comprehensive, community-curated directory that organizes a vast landscape of Python software… github/hub — Hub is a git command line tool and GitHub API client that provides a shell interface for automating workflows. It… wfxr/forgit — forgit is a shell-based interactive CLI wrapper that uses a fuzzy finder to transform Git output into selection menus.… yargs/yargs — yargs is a command-line interface framework and argument parser for Node.js. It translates raw command-line strings… fastapi/typer — This project is a Python framework for building command-line interfaces by converting standard functions into…