Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make identity available to the user of the OAuth endpoint. #174

Merged
merged 1 commit into from
May 23, 2016

Conversation

sorribas
Copy link
Contributor

@sorribas sorribas commented Apr 6, 2016

When a user gets redirected back to my app from slack I want to redirect them to a URL called /team/:team-id, but I don't have access to the team id. This adds the identity to the request object so that I can access it in the callback.

When a user gets redirected back to my app from slack I want to redirect them to a URL called `/team/:team-id`, but I don't have access to the team id. This adds the identity to the request object so that I can access it in the callback.
@sorribas
Copy link
Contributor Author

Any comments on this?

@freeall
Copy link
Contributor

freeall commented May 3, 2016

We also do this in our fork of botkit.

Could this be merged?

@benbrown benbrown merged commit b93e51e into howdyai:master May 23, 2016
@sorribas sorribas deleted the patch-1 branch May 24, 2016 08:01
@sorribas sorribas restored the patch-1 branch May 24, 2016 11:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants