Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants