ueberauth / ueberauth_slack

Slack OAuth2 Strategy for Überauth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

remimeunier opened this issue · comments

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.

This is a duplicate of #17