0.0.10 • Published 10 years ago

dorongrinstein-jwt-verifier v0.0.10

Weekly downloads
1
License
ISC
Repository
-
Last release
10 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

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago