marmicode / jwtgen

πŸ”‘ generate JWT tokens and sign them with SSH private key

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jwtgen allows you to generate a JWT signed with your SSH private key. You can then add your public key to the authorized keys of the targeted API.

Usage

npm install -g @marmicode/jwtgen
jwtgen

Gotchas

RSA key must be in PEM format, generated with ssh-keygen -m pem.

About

πŸ”‘ generate JWT tokens and sign them with SSH private key


Languages

Language:JavaScript 100.0%