koa-passport
Advanced tools
Comparing version 0.3.1 to 0.3.2
@@ -20,3 +20,3 @@ /** | ||
var middleware = _initialize(passport) | ||
return function*(next) { | ||
return function* passportInitialize(next) { | ||
// koa <-> connect compatibility | ||
@@ -54,3 +54,3 @@ this.req.session = this.session | ||
var middleware = _authenticate(passport, name, options, callback) | ||
return function*(next) { | ||
return function* passportAuthenticate(next) { | ||
var ctx = this | ||
@@ -108,2 +108,2 @@ | ||
} | ||
} | ||
} |
@@ -7,3 +7,3 @@ { | ||
}, | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "Passport middleware for Koa", | ||
@@ -10,0 +10,0 @@ "keywords": [ |
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
6315
98