slackapi / node-tasks-app

Tasks App is a sample Task Management app built on the Slack Platform.
MIT License
99 stars 50 forks source link

Documentation clarification - app level token #66

Closed mcsescott closed 3 years ago

mcsescott commented 3 years ago

Is there an existing issue for this?

Have you read our code of conduct?

Current Behavior

Setting this up for the first time.

In the node.js documention (setup.md), Step#2>

Click Socket Mode from the left hand menu, toggle the Enable Socket Mode option, and follow the steps to create an app-level token. Copy that token into your .env as SLACK_APP_TOKEN.

Socket Mode is already on (from the app manifest), so no need to toggle it. When I attempt to create the app token, you don't specify the scopes to add.

Expected Behavior

Would like to know which tokens to enable

Steps To Reproduce

  1. Following the guide for setup for Node.JS
  2. Import app from manifest.yml per the setup doc
  3. Step 2 from the setup - socket mode is already enabled in the app.

Environment

Win10
Node 16.4.1

Anything else?

Thanks for developing a great app! Looking forward to using it in the future!

colmdoyle commented 3 years ago

Good spot, thanks for letting us know!