File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -185,8 +185,8 @@ slack install -E local
185185``` sh
186186SLACK_CLIENT_ID=YOUR_CLIENT_ID
187187SLACK_CLIENT_SECRET=YOUR_CLIENT_SECRET
188- SLACK_REDIRECT_URI=https://YOUR_NGROK_SUBDOMAIN.ngrok-free.app/slack/oauth_redirect
189188SLACK_SIGNING_SECRET=YOUR_SIGNING_SECRET
189+ SLACK_REDIRECT_URI=https://YOUR_NGROK_SUBDOMAIN.ngrok-free.app/slack/oauth_redirect
190190```
191191
1921927 . Start the app:
@@ -211,10 +211,10 @@ slack run app_oauth.py
211211 - ** Client ID** and ** Client Secret** — from _ Basic Information_
212212
213213``` sh
214- SLACK_SIGNING_SECRET=YOUR_SIGNING_SECRET
215214SLACK_BOT_TOKEN=xoxb-YOUR_BOT_TOKEN
216215SLACK_CLIENT_ID=YOUR_CLIENT_ID
217216SLACK_CLIENT_SECRET=YOUR_CLIENT_SECRET
217+ SLACK_SIGNING_SECRET=YOUR_SIGNING_SECRET
218218SLACK_REDIRECT_URI=https://YOUR_NGROK_SUBDOMAIN.ngrok-free.app/slack/oauth_redirect
219219```
220220
Original file line number Diff line number Diff line change @@ -185,8 +185,8 @@ slack install -E local
185185``` sh
186186SLACK_CLIENT_ID=YOUR_CLIENT_ID
187187SLACK_CLIENT_SECRET=YOUR_CLIENT_SECRET
188- SLACK_REDIRECT_URI=https://YOUR_NGROK_SUBDOMAIN.ngrok-free.app/slack/oauth_redirect
189188SLACK_SIGNING_SECRET=YOUR_SIGNING_SECRET
189+ SLACK_REDIRECT_URI=https://YOUR_NGROK_SUBDOMAIN.ngrok-free.app/slack/oauth_redirect
190190```
191191
1921927 . Start the app:
@@ -211,10 +211,10 @@ slack run app_oauth.py
211211 - ** Client ID** and ** Client Secret** — from _ Basic Information_
212212
213213``` sh
214- SLACK_SIGNING_SECRET=YOUR_SIGNING_SECRET
215214SLACK_BOT_TOKEN=xoxb-YOUR_BOT_TOKEN
216215SLACK_CLIENT_ID=YOUR_CLIENT_ID
217216SLACK_CLIENT_SECRET=YOUR_CLIENT_SECRET
217+ SLACK_SIGNING_SECRET=YOUR_SIGNING_SECRET
218218SLACK_REDIRECT_URI=https://YOUR_NGROK_SUBDOMAIN.ngrok-free.app/slack/oauth_redirect
219219```
220220
Original file line number Diff line number Diff line change @@ -199,8 +199,8 @@ slack install -E local
199199``` sh
200200SLACK_CLIENT_ID=YOUR_CLIENT_ID
201201SLACK_CLIENT_SECRET=YOUR_CLIENT_SECRET
202- SLACK_REDIRECT_URI=https://YOUR_NGROK_SUBDOMAIN.ngrok-free.app/slack/oauth_redirect
203202SLACK_SIGNING_SECRET=YOUR_SIGNING_SECRET
203+ SLACK_REDIRECT_URI=https://YOUR_NGROK_SUBDOMAIN.ngrok-free.app/slack/oauth_redirect
204204```
205205
2062067 . Start the app:
@@ -225,10 +225,10 @@ slack run app_oauth.py
225225 - ** Client ID** and ** Client Secret** — from _ Basic Information_
226226
227227``` sh
228- SLACK_SIGNING_SECRET=YOUR_SIGNING_SECRET
229228SLACK_BOT_TOKEN=xoxb-YOUR_BOT_TOKEN
230229SLACK_CLIENT_ID=YOUR_CLIENT_ID
231230SLACK_CLIENT_SECRET=YOUR_CLIENT_SECRET
231+ SLACK_SIGNING_SECRET=YOUR_SIGNING_SECRET
232232SLACK_REDIRECT_URI=https://YOUR_NGROK_SUBDOMAIN.ngrok-free.app/slack/oauth_redirect
233233```
234234
You can’t perform that action at this time.
0 commit comments