kelvinmo / jwkstool
A simple tool for managing JSON web key sets.
v0.9.2
2024-09-21 08:11 UTC
Requires
- php: ^8.0
- kelvinmo/simplejwt: ^0.9
- symfony/console: ^6.0 || ^7.0
Requires (Dev)
- ext-bz2: *
- ext-phar: *
- bamarni/composer-bin-plugin: ^1.8
- consolidation/robo: ^4.0 || ^5.0
- phlak/semver: ^5.0 || ^6.0
- phpstan/phpstan: ^1.3.0
- phpunit/phpunit: ^9.6 || ^10.0 || ^11.0
This package is auto-updated.
Last update: 2024-10-30 10:14:49 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.
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