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
- Host: GitHub
- URL: https://github.com/timreynolds/jwt-token-consumer
- Owner: timReynolds
- Created: 2014-07-08T18:09:11.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T09:33:48.000Z (over 2 years ago)
- Last Synced: 2024-04-14T23:57:45.328Z (about 1 year ago)
- Language: JavaScript
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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