/sample-auth-core

Arcana Auth Core (Whitelabelled) integration with a vanilla html/css/js app - sample code for demonstration purpose only.

Primary LanguageHTMLMIT LicenseMIT

sample-auth-core

Arcana Auth Core (Whitelabelled) integration with a vanilla html/css/js app - sample code for demonstration purpose only.

Build and Usage

Assumption: You have a private copy of the Auth Core SDK in dist folder

To use these samples, you need to have a copy of the Arcana Auth Core SDK (private build). Follow these steps:

  1. The build is in /dist folder
  2. Create a folder /examples
  3. Copy popup and redirect content in /examples so you will see /examples/popup and /examples/redirect folders
  4. cd folder
  5. npm install and run http-server
  6. Browse localhost:[http-server port], click on examples/redirect/index.html or examples/popup/index.html