Skip to content

zendesk/sunshine-conversations-shoplifter

Repository files navigation

Shoplifter

A reference implementation of Sunshine Conversations OAuth flows. A working example can be found at https://shoplifter.herokuapp.com.

How to use

  1. Install node modules: npm install
  2. Run the server node server.js

Configuration

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

Local development

You can edit and use the run.sh script to run Shoplifter locally.

About

Sample partner for testing OAuth flows

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 10