jwt-parse
v1.0.2
Published
Helper lib to type-safely extract JWT payload or header
Readme
Installation
npm install jwt-parseor
yarn add jwt-parseIMPORTANT: 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.
