passport-buddy
Advanced tools
Comparing version 1.0.0 to 1.0.2
@@ -56,3 +56,3 @@ /** | ||
options.tokenURL = options.tokenURL || 'https://api.buddy.works/oauth2/token'; | ||
options.scopeSeparator = options.scopeSeparator || ','; | ||
options.scopeSeparator = options.scopeSeparator || '+'; | ||
options.customHeaders = options.customHeaders || {}; | ||
@@ -59,0 +59,0 @@ |
{ | ||
"name": "passport-buddy", | ||
"version": "1.0.0", | ||
"version": "1.0.2", | ||
"description": "Buddy authentication strategy for Passport.", | ||
@@ -43,2 +43,2 @@ "keywords": [ | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
35665