@around25/jwt-utils
Version:
Perform jwt token operations like store, get, decode, get expiration date, check if expired, validate, remove from storage
32 lines (31 loc) • 757 B
JSON
{
"name": "@around25/jwt-utils",
"version": "1.0.1",
"description": "Perform jwt token operations like store, get, decode, get expiration date, check if expired, validate, remove from storage",
"main": "index.js",
"scripts": {
"test": "jest"
},
"keywords": [
"jwt",
"token"
],
"author": "Calin Tamas <calin.tamas@around25.com>",
"license": "MIT",
"dependencies": {
"jwt-decode": "^2.2.0"
},
"directories": {
"lib": "lib",
"test": "tests"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/Around25/jwt-utils.git"
},
"bugs": {
"url": "https://github.com/Around25/jwt-utils/issues"
},
"homepage": "https://github.com/Around25/jwt-utils#readme"
}