ueberauth / ueberauth_slack

Slack OAuth2 Strategy for Überauth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Access raw data returned from Slack

panayi opened this issue · comments

Is there any way to access raw data within the callback method? Certain properties are missing, like the team icon.

Currently I haven't put much raw info in it but it would go here: https://github.com/ueberauth/ueberauth_slack/blob/master/lib/ueberauth/strategy/slack.ex#L157

Would you be up for a PR?

Yes, will do. Thanks