Skip to content

Commit

Permalink
Merge pull request #3 from ssaunier/support-team-option
Browse files Browse the repository at this point in the history
Support team option
  • Loading branch information
kmrshntr committed Dec 24, 2014
2 parents b2c78e1 + 87a3d70 commit c2d4051
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/omniauth/strategies/slack.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ class Slack < OmniAuth::Strategies::OAuth2

option :name, "slack"

option :authorize_options, [ :scope, :team ]

option :client_options, {
site: "https://slack.com",
token_url: "/api/oauth.access"
Expand Down

0 comments on commit c2d4051

Please sign in to comment.