Skip to content
This repository was archived by the owner on Oct 17, 2025. It is now read-only.

Latest commit

 

History

History
31 lines (21 loc) · 1.3 KB

File metadata and controls

31 lines (21 loc) · 1.3 KB

Shine Public API

Code Owners

This projects aims at demonstrating how to use Shine Public API.

See the full Shine Connect documentation here.

Install

yarn install

Configuration

Copy server/config/config.example.js to a new server/config/config.js and fill the following values

Variable Description
CLIENT_ID Client ID given at the creation
CLIENT_SECRET Secret given at the creation
SCOPE Scope to be granted, will be presented to the user
REDIRECT_URI Redirect URI once authorization is granted. Make sure it is whitelisted in the client redirectURIs
WEBHOOK_SECRET Secret provided by shine to check webhook signature

Run

yarn dev