koa-passport
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -85,4 +85,4 @@ /** | ||
var _callback = callback | ||
callback = co(function*(err, user, info) { | ||
yield _callback(err, user, info) | ||
callback = co(function*(err, user, info, status) { | ||
yield _callback(err, user, info, status) | ||
callback.done(null, false) | ||
@@ -89,0 +89,0 @@ }) |
@@ -7,3 +7,3 @@ { | ||
}, | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "Passport middleware for Koa", | ||
@@ -10,0 +10,0 @@ "keywords": [ |
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
14948