auth0-samples / auth0-api-auth-implicit-sample

6 stars 5 forks source link

Overview

This is a sample application that demonstrates the usage of a single Resource Server with namespaced scoping representing multiple APIs. This sample consists of:

Setup

You will need to create an API using the Auth0 Dashboard called Organizer Service with the unique identifier organize (this is later used in the audience parameter of your Authorization URL).

The API needs two namespaced scopes:

Usage

Prior to beginning, you may need to make some or all of the following changes so that the sample runs on your local environment:

Run the Sample

  1. Navigate to the root of your sample folder.
  2. Run npm install to install the dependencies.
  3. Start the two Node.js APIs and the Node.js host for the SPA by running npm run dev