access-manager
Version:
A one-stop solution for implementing authenticated and anonymous continuous sessions with user handling and whitelisted acl.
32 lines (31 loc) • 795 B
JSON
{
"name": "access-manager",
"version": "1.1.3",
"description": "A one-stop solution for implementing authenticated and anonymous continuous sessions with user handling and whitelisted acl.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WeeHorse/access-manager.git"
},
"keywords": [
"User",
"Session",
"Authentication",
"Access",
"Control",
"List",
"ACL"
],
"author": "Benjamin Berglund a.k.a WeeHorse",
"license": "MIT",
"bugs": {
"url": "https://github.com/WeeHorse/access-manager/issues"
},
"homepage": "https://github.com/WeeHorse/access-manager#readme",
"dependencies": {
"cookie-parser": "^1.4.3"
}
}