kelvinmo/jwkstool

A simple tool for managing JSON web key sets.

v0.9.0 2024-05-01 07:35 UTC

This package is auto-updated.

Last update: 2024-05-01 07:45:23 UTC


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