Skip to content

AyoyAB/node-jwt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-jwt

Quick and dirty JSON Web Token module for Node.js. Mainly intended for teaching myself how to create and validate JSON Web Tokens. Not really meant to ever be published on npmjs.org.

Functionality at present is limited, mainly due to wanting to be able to write as much as it from scratch as possible.

References

The JSON Web Token set of standards are currently drafts.

Current versions can be found at the following locations: