sails-generate-auth
Advanced tools
Comparing version 0.1.5 to 0.1.6
{ | ||
"name": "sails-generate-auth", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "Generate a Passport.js authentication layer for your Sails app that will Rock Your Socks™.", | ||
@@ -5,0 +5,0 @@ "author": "Kasper Isager <kasperisager@gmail.com>", |
@@ -134,3 +134,3 @@ var path = require('path') | ||
// Fetch the user associated with the Passport | ||
User.findOne(passport.user, next); | ||
User.findOne(passport.user.id, next); | ||
}); | ||
@@ -137,0 +137,0 @@ } |
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
45792