/passport-slack-example

A very rough example on how to use passport-slack

Primary LanguageJavaScriptApache License 2.0Apache-2.0

passport-slack example

A very rough example on how to use passport-slack.

Note: currently passport-slack has not had an update for many years, has poor documentation, a slew of bugs, but still runs.

To run:

npm install
export CLIENT_ID="YOUR SLACK CLIENT_ID"
export CLIENT_SECRET="YOUR SLACK CLIENT_SECRET"
node run index.js

Your server will be running at http://localhost:8088