Build Your First Slack Bolt App: Setting Redirect URLs

Опубликовано: 23 Март 2025
на канале: Horea Porutiu
10,559
66

CODE: https://github.com/horeaporutiu/oauth...

Git Clone (Just the Oauth-Redirect branch): git clone --branch oauth-redirect https://github.com/horeaporutiu/oauth...

In this video, I show developers how to use the Slack Bolt JS framework (https://slack.dev/bolt-js/concepts#au...) to authenticate with OAuth.

As long as your provide the clientId, clientSecret, and signgingSecret, you will be able to get a /slack/install path out of the box.

In this video, I will show you the most basic app with a slash command that we will host using Ngrok (https://ngrok.com/). You will need to host your app in some way (AWS, Heroku, Ngrok, or Glitch).

In the following videos, I want to show how to store the bot tokens in a database, provide custom routes, and other more advanced topics.