thepatrik / jwk-decode

Small Node.js cli for converting a JWK file to a PEM encoded file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jwk-decode

Build Status

Small Node.js cli for generating a PEM file from a JWK file or decoding a jwt token directly from a JWK file.

Usage

Install node dependencies

npm install

Usage

node . --file=path-to-jwk-file [--token=token] [--output=path-to-output-file]

About

Small Node.js cli for converting a JWK file to a PEM encoded file.


Languages

Language:JavaScript 100.0%