Skip to content

One-file version of jsonwebtoken (https://github.com/auth0/node-jsonwebtoken) without dependencies for node-like servers such Parse.com

License

Notifications You must be signed in to change notification settings

rvmoldova/jsonwebtoken-min

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Super minified node-jsonwebtoken without dependencies

One-file version of jsonwebtoken (https://github.com/auth0/node-jsonwebtoken) without dependencies for node-like servers such Parse.com

Version

1.0.0

Installation

Just include jwt.js into your code

var jws = require('./jwt.js');

Usage

Same as https://github.com/auth0/node-jsonwebtoken :)

example in example.js

Changelog

- 1.0.0 (24 september 2015)
Initial commit. Included latest version (5.0.5) of node-jsonwebtoken

About

One-file version of jsonwebtoken (https://github.com/auth0/node-jsonwebtoken) without dependencies for node-like servers such Parse.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published