Skip to content

ibm-cloud-security/app-id-sample-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JS Sample App

The IBM Cloud App ID SDK can be used with a Vanilla Javascript App. Read the official documentation for information on getting started with IBM Cloud App ID and single-page applications.

Table of Contents

Getting Started

Before you begin, you will need an IBM Cloud App ID instance with a singlepageapp application created. For more information on how to create a singlepageapp, visit the documentation.

In the config.json file, replace <CLIENT_ID> and <WELL_KNOWN_ENDPOINT> with the clientId and discoveryEndpoint from the application credentials.

{
    "clientId": "<CLIENT_ID>",
    "discoveryEndpoint": "<WELL_KNOWN_ENDPOINT>"
}

Running the App Locally

Make sure you have updated the config.json with your application credentials.

  1. Run npm install
  2. Start the sample application by running npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published