Skip to content

shinetools/shine-public-api-example

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published