@mikestaub/passport-slack
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -52,3 +52,3 @@ /** | ||
this.profileUrl = options.profileUrl || "https://slack.com/api/auth.test?token="; | ||
this.profileUrl = options.profileUrl || "https://slack.com/api/users.identity?token="; | ||
this._team = options.team; | ||
@@ -55,0 +55,0 @@ |
{ | ||
"name": "@mikestaub/passport-slack", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Slack OAuth2 strategy for Passport.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
11391