node-jwt
v0.0.1
Published
Library for parsing JSON Web Tokens (JWT)
Downloads
327
Readme
node-jwt
A lightweight library for parsing JSON Web Tokens (JWT) - as issued by Microsoft Azure ACS. Implements JSON Web Signature (JWS) Compact.
Loosely based upon the following specifications:
- http://tools.ietf.org/html/draft-jones-json-web-token-08
- http://tools.ietf.org/html/draft-ietf-jose-json-web-signature-17
Installation
$ npm install node-jwt
License and Copyright
Copyright (c) 2013 Jonathan Blair. Licensed under the MIT license.