passport-buddy
Advanced tools
Comparing version 1.0.4 to 1.1.0
{ | ||
"name": "passport-buddy", | ||
"version": "1.0.4", | ||
"version": "1.1.0", | ||
"description": "Buddy authentication strategy for Passport.", | ||
@@ -30,15 +30,9 @@ "keywords": [ | ||
], | ||
"main": "./lib", | ||
"main": "./lib/passport-buddy", | ||
"dependencies": { | ||
"passport-oauth2": "1.x.x" | ||
}, | ||
"devDependencies": { | ||
"vows": "0.8.x" | ||
}, | ||
"engines": { | ||
"node": ">= 0.4.0" | ||
}, | ||
"scripts": { | ||
"test": "NODE_PATH=lib node_modules/.bin/vows test/*-test.js test/**/*-test.js" | ||
} | ||
} |
@@ -46,3 +46,3 @@ # Passport-Buddy | ||
app.get('/auth/buddy', | ||
passport.authenticate('buddy')); | ||
passport.authenticate('buddy', {scope: ['USER_EMAIL', 'MANAGE_EMAILS']})); | ||
@@ -56,9 +56,2 @@ app.get('/auth/buddy/callback', | ||
## Tests | ||
$ npm install --dev | ||
$ make test | ||
[![Build Status](https://secure.travis-ci.org/bylek/passport-buddy.png)](http://travis-ci.org/bylek/passport-buddy) | ||
## Credits | ||
@@ -65,0 +58,0 @@ |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
0
34332
14
151
65
1