jwt-logout-app
Version:
A JWT Logout app that maitaines a dictionary of JWTs mapped to a userid which can then be used for performig logout when using JWT for sign-in
26 lines (25 loc) • 662 B
JSON
{
"name": "jwt-logout-app",
"version": "1.0.4",
"description": "A JWT Logout app that maitaines a dictionary of JWTs mapped to a userid which can then be used for performig logout when using JWT for sign-in",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build-ts": "tsc",
"build": "npm run build-ts"
},
"repository": {
"type": "git",
"url": "git clone https://ayadav_sprighub@bitbucket.org/drohila_sh/sh-apis.git"
},
"keywords": [
"JWT",
"Token",
"Logout"
],
"devDependencies": {
"@types/node": "^11.10.4"
},
"author": "maestro",
"license": "ISC"
}