UNPKG

toa-token

Version:

Json web token (JWT) module for toa.

48 lines (47 loc) 847 B
{ "name": "toa-token", "description": "Json web token (JWT) module for toa.", "authors": [ "Yan Qing <admin@zensh.com>" ], "version": "2.3.1", "main": "index.js", "repository": { "type": "git", "url": "git@github.com:toajs/toa-token.git" }, "engines": { "node": ">= 4.5.0" }, "homepage": "https://github.com/toajs/toa-token", "keywords": [ "toa", "toa-module", "toa-middleware", "token", "cookie", "jwt", "auth", "authn", "authentication", "authz", "authorization", "oauth" ], "dependencies": { "jsonwebtoken": "^8.3.0" }, "devDependencies": { "standard": "^12.0.1", "supertest": "^3.3.0", "tman": "^1.8.1", "toa": "^3.2.2" }, "scripts": { "test": "standard && tman" }, "files": [ "README.md", "index.js" ] }