Skip to content

Latest commit

 

History

History
 
 

example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

@rewired/passport-slack-example

A simple example application for the @rewired/passport-slack module

Running

Make sure you've created a Slack App and have the Client ID and Client Secret handy. Then run the following from inside this example directory:

$ npm install
$ PORT=3000 \
  SLACK_CLIENT_ID=00000000000.99999999999 \
  SLACK_CLIENT_SECRET=abcdef0123456789abcdef0123456789 \
  node server.js