http-auth
Advanced tools
Comparing version 2.3.1 to 2.3.2
@@ -20,2 +20,5 @@ // Generated by CoffeeScript 1.8.0 | ||
} | ||
if (!this.options.realm) { | ||
this.options.realm = "Users"; | ||
} | ||
this.options.users = []; | ||
@@ -22,0 +25,0 @@ if (!this.checker && this.options.file) { |
{ | ||
"name": "http-auth", | ||
"description": "Node.js package for HTTP basic and digest access authentication.", | ||
"version": "2.3.1", | ||
"version": "2.3.2", | ||
"author": "Gevorg Harutyunyan (http://github.com/gevorg)", | ||
@@ -6,0 +6,0 @@ "maintainers": [ |
@@ -113,3 +113,3 @@ # http-auth | ||
- `realm` - Authentication realm. | ||
- `realm` - Authentication realm, by default it is **Users**. | ||
- `file` - File where user details are stored. | ||
@@ -116,0 +116,0 @@ - Line format is **{user:pass}** or **{user:passHash}** for basic access. |
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
64824
591