Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kelvinmo/jwkstool
A simple tool for managing JSON web key sets
https://github.com/kelvinmo/jwkstool
Last synced: 9 days ago
JSON representation
A simple tool for managing JSON web key sets
- Host: GitHub
- URL: https://github.com/kelvinmo/jwkstool
- Owner: kelvinmo
- License: other
- Created: 2024-03-31T06:37:32.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-12-10T20:54:07.000Z (12 days ago)
- Last Synced: 2024-12-10T21:35:31.361Z (12 days ago)
- Language: PHP
- Size: 312 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
- Security: SECURITY.md
Awesome Lists containing this project
README
# jwkstool
jwkstool is a command-line tool to manage JSON web key sets
as specified in [RFC7517](http://tools.ietf.org/html/rfc7517).
jwkstool uses [SimpleJWT] for most of its operations.[![Latest Stable Version](https://poser.pugx.org/kelvinmo/jwkstool/v/stable)](https://packagist.org/packages/kelvinmo/jwkstool)
[![CI](https://github.com/kelvinmo/jwkstool/workflows/CI/badge.svg)](https://github.com/kelvinmo/jwkstool/actions?query=workflow%3ACI)## Requirements
See the [SimpleJWT] website for system requirements.
## Installation
You can install via [Composer](http://getcomposer.org/).
```sh
composer require kelvinmo/jwkstool
```A phar file is also available on the [GitHub releases page](https://github.com/kelvinmo/jwkstool/releases)
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
[SimpleJWT]: https://github.com/kelvinmo/simplejwt