Comparing version 0.0.16 to 0.0.17
@@ -7,2 +7,4 @@ //Authentication setup | ||
path=path.toLowerCase(); | ||
if (path.indexOf("?")>0) | ||
path=path.substring(0, path.indexOf("?")); | ||
var maskArray=mask.split("/"); | ||
@@ -9,0 +11,0 @@ var pathArray=path.split("/"); |
{ | ||
"name": "bearer", | ||
"version": "0.0.16", | ||
"version": "0.0.17", | ||
"description": "Bearer authentication module using token and Authorization HTTP header", | ||
@@ -5,0 +5,0 @@ "main": "bearer.js", |
@@ -0,0 +0,0 @@ BearerJS |
Sorry, the diff of this file is not supported yet
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
23633
13
134