passport-anonymous
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -43,5 +43,5 @@ /** | ||
*/ | ||
Strategy.prototype.authenticate = function(req) { | ||
Strategy.prototype.authenticate = function() { | ||
this.pass(); | ||
} | ||
}; | ||
@@ -51,3 +51,3 @@ | ||
* Expose `Strategy`. | ||
*/ | ||
*/ | ||
module.exports = Strategy; |
{ | ||
"name": "passport-anonymous", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Anonymous authentication strategy for Passport.", | ||
@@ -5,0 +5,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
6232