Skip to content

zaikio/zai-demo-app-javascript

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

zai-demo-app-javascript

Simple Single Page Application that uses the Zaikio redirect OAuth flow.

DEMO

Getting Started

First you must create an app in hub.zaikio.com.

Then you need to copy your DIRECTORY_OAUTH_CLIENT_ID to an .env file.

$ cp .env.example .env

It is important that you add your URL to the Redirect URLs in Directory. For this test project you need to add http://localhost:8080

Install the dependencies and run the dev server.

$ npm install
$ npm run start:dev

About

SPA that demonstrate the OAuth redirect flow in Zaikio

Topics

Resources

Stars

Watchers

Forks