kelvinmo/jwkstool

A simple tool for managing JSON web key sets.

Maintainers

👁 kelvinmo

Package info

github.com/kelvinmo/jwkstool

pkg:composer/kelvinmo/jwkstool

Statistics

Installs: 18

Dependents: 0

Suggesters: 1

Stars: 0

Open Issues: 0

v1.1.1 2026-03-23 20:54 UTC

Requires

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

BSD-3-Clause 3551902940a3c7469ab44ccd52da0900e71a1e8e

  • Kelvin Mo <kmo.woop@users.sourceforge.net>

jwtJWEJOSEJWK


README

jwkstool is a command-line tool to manage JSON web key sets as specified in RFC7517. jwkstool uses SimpleJWT for most of its operations.

👁 Latest Stable Version
👁 CI

Requirements

See the SimpleJWT website for system requirements.

Installation

You can install via Composer.

composer require kelvinmo/jwkstool

A phar file is also available on the GitHub releases page for released versions.

Usage

Run jwkstool list-commands for a list of commands. Run jwkstool help COMMAND for more help on each command.

Licence

BSD 3 clause