Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

Example of implementing a simple web application with backend for using Life Engine's OAuth

Notifications You must be signed in to change notification settings

ioxiocom/life-engine-oauth-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Life Engine OAuth example

Minimalistic backend application capable of taking use of the OAuth Authorization grant -flow in Life Engine and Life Engine JS.

Setup

  1. Ask for your OAuth App Client ID and Client Secret, as well as the URLs for use in the OAuth flow.
  2. Configure config.js with the values you were given.

Usage

Install dependencies

yarn install

Run the application (launches server.js)

yarn run start

Open up your browser to see the flow

http://localhost:8080/

About

Example of implementing a simple web application with backend for using Life Engine's OAuth

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published