jwt-payload-decoder
Version:
A simple, exportable function for getting the payload from a JWT (JSON Web Token).
31 lines (30 loc) • 724 B
JSON
{
"name": "jwt-payload-decoder",
"version": "1.2.4",
"description": "A simple, exportable function for getting the payload from a JWT (JSON Web Token).",
"main": "libs/JWT.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wdmtech/jwt-payload-decoder.git"
},
"keywords": [
"JWT",
"json",
"web",
"token",
"payload",
"decode",
"base64",
"javascript",
"js"
],
"author": "Will Murray (wdmtech)",
"license": "MIT",
"bugs": {
"url": "https://github.com/wdmtech/jwt-payload-decoder/issues"
},
"homepage": "https://github.com/wdmtech/jwt-payload-decoder#readme"
}