An open API service indexing awesome lists of open source software.

https://github.com/timreynolds/jwt-token-consumer

Node jwt-token-consumer
https://github.com/timreynolds/jwt-token-consumer

Last synced: 2 months ago
JSON representation

Node jwt-token-consumer

Awesome Lists containing this project

README

        

NodeJS JWT Token Consumer
==================

Test client for consuming and validating JWT tokens.

## Creating a certificate
Creating a certificate requires the use of openSSL as follows;

openssl genrsa -out mykey.pem 1024
openssl rsa -in mykey.pem -pubout > mykey.pub