HTML Sample app using Descope for authentication. this app includes
- HTML
- Web-component SDK
- Web-JS SDK
This sample app allows you to get familiar with the Descope SDKs when working with HTML. It has all of the supported authentication functions built into it for you to test with.
- Clone this repo
- Install http-server via brew or other methods
- Edit
javascriptVars.jsand replace<your-project-id>with your project ID. - Within the directory of the repo, run
http-server - You can then go to
http://localhost:8080and utilize the sample app