access-manager
Advanced tools
Comparing version 1.0.1 to 1.0.3
@@ -80,3 +80,3 @@ const cookieParser = require('cookie-parser')(); | ||
if(f[1]){ | ||
jsonFile = f.split('$$$')[0]; | ||
jsonFile = f[1].split('$$$')[0]; | ||
} | ||
@@ -83,0 +83,0 @@ let entries = require(jsonFile); |
{ | ||
"name": "access-manager", | ||
"version": "1.0.1", | ||
"version": "1.0.3", | ||
"description": "A one-stop solution for implementing authenticated and anonymous continuous sessions with user handling and whitelisted acl.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -116,4 +116,5 @@ # access-manager | ||
"roles" (array of child schema containing): | ||
"role (string) | ||
"methods (array of string with enum: ['GET', 'POST', 'PUT', 'DELETE', 'ALL']) | ||
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11217
120