jwt-koa
Version:
## Simple mini-lib for secured APIs and servers with Koa and JWT.
39 lines (38 loc) • 851 B
JSON
{
"name": "jwt-koa",
"version": "1.1.3",
"main": "index.js",
"license": "MIT",
"author": "VamOSGS",
"scripts": {
"dev": "nodemon index"
},
"repository": {
"type": "git",
"url": "https://github.com/VamOSGS/jwt-koa.git"
},
"bugs": {
"url": "https://github.com/VamOSGS/jwt-koa/issues"
},
"keywords": [
"koa",
"jwt",
"koa-jwt",
"jsonwebtoken",
"authentication",
"jwt-auth",
"secured-api",
"jwt-token"
],
"devDependencies": {
"eslint": "^4.16.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.8.0",
"koa": "^2.4.1",
"koa-router": "^7.3.0",
"nodemon": "^1.14.11"
},
"dependencies": {
"jsonwebtoken": "^8.1.0"
}
}