http-auth-connect
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "http-auth-connect", | ||
"description": "Connect framework integration with http-auth module.", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"author": "Gevorg Harutyunyan (http://github.com/gevorg)", | ||
@@ -6,0 +6,0 @@ "maintainers": [ |
@@ -17,3 +17,3 @@ # http-auth-connect | ||
$ npm install http-auth-connect | ||
``` | ||
``` | ||
@@ -27,4 +27,4 @@ ## Usage | ||
const basic = auth.basic({ | ||
realm: "Simon Area.", | ||
file: __dirname + "/../data/users.htpasswd" | ||
realm: "Simon Area.", | ||
file: __dirname + "/../data/users.htpasswd" | ||
}); | ||
@@ -31,0 +31,0 @@ |
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
5044