Skip to content

Commit

Permalink
Add org app support to bolt (#521)
Browse files Browse the repository at this point in the history
* updated payloads for org apps
* fixed error with org installation store not being accessed for non event type payloads
*  passed team_id to web-api
* added `enterpriseId` to `authorizeResult`, removed oauth orgAuthorize
* fixed #687 by extracting `team_id` and `enterprise_id` from `authorizations` for event payloads
* updated webclientPool logic to use `teamId` & `enterpriseId` from `authResult` first
  • Loading branch information
stevengill authored Nov 25, 2020
1 parent 99b9c32 commit 4664328
Show file tree
Hide file tree
Showing 12 changed files with 769 additions and 88 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slack/bolt",
"version": "2.4.1",
"version": "2.4.1-orgAppsBeta.4",
"description": "A framework for building Slack apps, fast.",
"author": "Slack Technologies, Inc.",
"license": "MIT",
Expand Down Expand Up @@ -43,7 +43,7 @@
},
"dependencies": {
"@slack/logger": "^2.0.0",
"@slack/oauth": "^1.2.0",
"@slack/oauth": "feat-org-apps",
"@slack/types": "^1.9.0",
"@slack/web-api": "^5.12.0",
"@types/express": "^4.16.1",
Expand Down
Loading

0 comments on commit 4664328

Please sign in to comment.