A reference implementation of Sunshine Conversations OAuth flows. A working example can be found at https://shoplifter.herokuapp.com.
- Install node modules:
npm install
- Run the server
node server.js
Set the following environment variables to configure the app to target your OAuth Client:
set CLIENT_ID <your_client_id>
set REDIRECT_URL <your_redirect_url>
set SECRET <your_secret>
set NODE_ENV production
You can edit and use the run.sh
script to run Shoplifter locally.