Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rvmoldova/jsonwebtoken-min
- Owner: rvmoldova
- License: mit
- Created: 2015-09-24T15:00:27.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-24T15:14:03.000Z (about 9 years ago)
- Last Synced: 2023-03-10T17:38:37.897Z (over 1 year ago)
- Language: JavaScript
- Size: 277 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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