0.0.10 • Published 8 years ago

dorongrinstein-jwt-verifier v0.0.10

Weekly downloads
1
License
ISC
Repository
-
Last release
8 years ago

dorongrinstein-jwt-verifier is a small library that helps decode and verify JWTs which are Base64Url encoded.

IMPORTANT: This library is meant for demonstration purpose only in the context of an architecture paper. It should not be used for production.

Installation

npm install dorongrinstein-jwt-verifier --save

Usage

var token = 'jwt token base64 string goes here';

var jwtVerifier = new (require('dorongrinstein-jwt-verifier'))();
jwtVerifier.verify(token, function(decoded) {
  console.log(decoded);
}

Author

~dorongrinstein

License

This project is licensed under the MIT license. See the LICENSE file for more info.

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago