jwtinoauth
Version:
Simple script helper for jwt token verification and creation
20 lines (19 loc) • 392 B
JSON
{
"name": "jwtinoauth",
"version": "1.1.3",
"description": "Simple script helper for jwt token verification and creation",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"jwt",
"inorain",
"auth"
],
"author": "Armen Hakobyan",
"license": "ISC",
"dependencies": {
"jsonwebtoken": "^8.5.1"
}
}