pusudb-use-auth-jwt
Version:
A authentiation middleware for the pusudb-framework.
41 lines (40 loc) • 774 B
JSON
{
"name": "pusudb-use-auth-jwt",
"version": "1.1.0",
"description": "A authentiation middleware for the pusudb-framework.",
"main": "lib/main.js",
"scripts": {
"test": "mocha"
},
"homepage": "https://github.com/yamigr/pusudb-use-auth-jwt#readme",
"keywords": [
"pusuDB",
"pusudb",
"server",
"middleware",
"extension",
"web",
"http",
"html",
"auth",
"IoT",
"frameworks",
"framework",
"backend",
"authentication",
"webservice",
"REST",
"jsonwebtoken",
"cookie",
"token"
],
"author": "yannick grund, https://github.com/yamigr",
"license": "MIT",
"dependencies": {
"cookies": "^0.7.3",
"jsonwebtoken": "8.3.0"
},
"devDependencies": {
"mocha": "^5.2.0"
}
}