sessionstore
Advanced tools
Comparing version 1.2.5 to 1.2.6
@@ -104,3 +104,6 @@ 'use strict'; | ||
if (options.username) { | ||
if (options.authSource && options.username) { | ||
// Authenticate with authSource | ||
client.authenticate(options.username, options.password, {authSource: options.authSource}, finish); | ||
} else if (options.username) { | ||
client.authenticate(options.username, options.password, finish); | ||
@@ -107,0 +110,0 @@ } else { |
{ | ||
"author": "adrai", | ||
"name": "sessionstore", | ||
"version": "1.2.5", | ||
"version": "1.2.6", | ||
"private": false, | ||
@@ -14,5 +14,5 @@ "main": "index.js", | ||
"dependencies": { | ||
"async": "1.4.0", | ||
"async": "1.4.2", | ||
"jsondate": "0.0.1", | ||
"lodash": "3.10.0", | ||
"lodash": "3.10.1", | ||
"parent-require": "1.0.0", | ||
@@ -19,0 +19,0 @@ "tolerance": "1.0.0" |
@@ -39,2 +39,5 @@ # Introduction | ||
timeout: 10000 // optional | ||
// authSource: 'authedicationDatabase', // optional | ||
// username: 'technicalDbUser', // optional | ||
// password: 'secret' // optional | ||
}) | ||
@@ -41,0 +44,0 @@ })); |
@@ -0,1 +1,4 @@ | ||
#### v1.2.6 | ||
- mongodb: give possibility to use authSource | ||
#### v1.2.5 | ||
@@ -2,0 +5,0 @@ - redis: implemented touch |
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
39705
1030
190
+ Addedasync@1.4.2(transitive)
+ Addedlodash@3.10.1(transitive)
- Removedasync@1.4.0(transitive)
- Removedlodash@3.10.0(transitive)
Updatedasync@1.4.2
Updatedlodash@3.10.1