Skip to content

505aaron/slack-app-node-tutorial-oauth

Repository files navigation

slack-app-node-tutorial-oauth

Node.js Slack Application OAuth Tutorial. Read a detailed write-up https://www.lessrework.com/2017/04/slack-app-tutorial-oauth/

Development

Install Ngrok

npm install -g ngrok

Start the Application

COOKIE_PASSWORD=<fill in> \
SLACK_SECRET=<fill in> \
SLACK_CLIENT_ID=<fill in> \
SLACK_VERIFICATION_TOKEN=<fill in> \
npm run start
ngrok http 3000

Authenticate

  1. Navigate to host/authenticate
  2. Navigate to your host.

About

Node.js Slack Application OAuth Tutorial

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published