Skip to content

timReynolds/jwt-token-consumer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Node jwt-token-consumer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published