express-auth-guard
Version:
It will help to check whether the user is logged in or not in your express js application.
35 lines (34 loc) • 897 B
JSON
{
"name": "express-auth-guard",
"version": "1.0.20",
"description": "It will help to check whether the user is logged in or not in your express js application.",
"keywords": [
"nodejs",
"expressjs",
"express js",
"authentication",
"nodejs-modules",
"authentication-guards",
"expressjs-middleware",
"authentication-guard",
"express-auth-guard"
],
"main": "app.js",
"scripts": {
"start": "nodemon app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hr-sobuj/express-auth-guard.git"
},
"author": "Habibur Rahman Sobuj",
"license": "ISC",
"bugs": {
"url": "https://github.com/hr-sobuj/express-auth-guard/issues"
},
"homepage": "https://github.com/hr-sobuj/express-auth-guard#readme",
"dependencies": {
"jsonwebtoken": "^8.5.1"
}
}