ueberauth / ueberauth_slack

Slack OAuth2 Strategy for Überauth
MIT License
23 stars 33 forks source link

if "team:read" is not present in the scope, authentification fail #20

Closed remimeunier closed 6 years ago

remimeunier commented 7 years ago

The error is : ** (exit) an exception was raised: (KeyError) key :slack_team not found in: %{ ..... ..... lib/ueberauth/strategy/slack.ex:165: Ueberauth.Strategy.Slack.extra/1

I saw you have a condition on this scope, but somehow it still try to access it. I don't really know where the problem come from.

doomspork commented 6 years ago

This is a duplicate of #17