Encrypted JSON Webtoken Issuer Server
Issuer service for encrypted JSON Webtokens that provides a HTTP and HTTPS server to get and renew webtokens.
Installation
You can use npm
npm install ejwt
or clone this repository.
Usage
Sign token
tokenissuer = "sign_key" : fs "verify_certificate" : fs "encryption_key" : YOUR_ENCRYPTION_PASSPHRASE "expires" : EXPIRATION_TIME "algorithm" : ;tokenissuer;
Verify token / get token data
tokenissuer;```