Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 310 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 310 Bytes

Stagetimer License Package

Install

npm i @stagetimerio/license

Create key pair

See: auth0/node-jsonwebtoken#794

ssh-keygen -t rsa -b 2048 -m PEM -f jwt-2048-RS256.key
openssl rsa -in jwt-2048-RS256.key -pubout -outform PEM -out jwt-2048-RS256.key.pub