jwt-parse
v1.0.2
Published
Helper lib to type-safely extract JWT payload or header
Downloads
161
Readme
Installation
npm install jwt-parse
or
yarn add jwt-parse
IMPORTANT: This library doesn't validate the token, any well formed JWT can be decoded. You should validate the token in your server-side logic by using something like express-jwt, koa-jwt, Owin Bearer JWT, etc.