Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: r = function( plugin, options, next ) { var bellOptions = { provider: 'facebook', password: facebook.password, clientId: facebook.clientId, clientSecret: facebook.clientSecret, isSecure: false }; var sessionOptions = { password: 'password', cookie: 'sid-namecookie', redirectTo: '/login', isSecure: false }; plugin.auth.strategy( 'facebook', 'bell', bellOptions); plugin.auth.strategy( 'session', 'cookie', sessionOptions); next(); }; exports.register.attribu Source: http://pastebin.com/raw.php?i=sN9AZWMX
↧