howdyai / botkit

Botkit is an open source developer tool for building chat bots, apps and custom integrations for major messaging platforms.
MIT License
11.48k stars 2.28k forks source link

Add user_scope to installLink with slack auth v2 #2051

Closed yahsan2 closed 3 years ago

yahsan2 commented 3 years ago

I add user_scope options to the adapter to use as parameter.

https://api.slack.com/authentication/oauth-v2#asking

The scope list requests scopes for your app's bot user. If you have specific need for a user token (say, to act on behalf of a user), provide a user_scope parameter with requested user scopes instead of, or in addition to, the scope parameter.

ghost commented 3 years ago

CLA assistant check
All CLA requirements met.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.