ueberauth / ueberauth_slack

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

Access raw data returned from Slack #7

Closed panayi closed 4 months ago

panayi commented 8 years ago

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

hassox commented 8 years ago

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?

panayi commented 8 years ago

Yes, will do. Thanks