One-file version of jsonwebtoken (https://github.com/auth0/node-jsonwebtoken) without dependencies for node-like servers such Parse.com
1.0.0
Just include jwt.js
into your code
var jws = require('./jwt.js');
Same as https://github.com/auth0/node-jsonwebtoken :)
example in example.js
- 1.0.0 (24 september 2015)
Initial commit. Included latest version (5.0.5) of node-jsonwebtoken