Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rvmoldova/jsonwebtoken-min

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

Last synced: 5 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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

```javascript
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