Giter Club home page Giter Club logo

auth0-api-auth-implicit-sample's Introduction

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:

  • 2 Node.js APIs: contacts and calendar (you can think of them as microservices);
  • 1 Resource Server representing the 2 APIs;
  • 2 Namespaced scopes: read:contacts and read:calendar;
  • The Implicit Grant flow to obtain an access_token that works for both APIs

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:

  • read:contacts
  • read:calendar

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:

  • .env (Please note that this file will, by default, be hidden):
    • replace the placeholder with your Auth0 Domain
    • update the ports you're using to serve your SPA and APIs
  • calendar-api.js: replace each of the two placeholders with your Auth0 Domain
  • contacts-api.js: replace each of the two placeholders with your Auth0 Domain
  • index.html:
    • update the Authorization URL with your domain, Auth0 Client ID, and the port you're using to serve the SPA
    • replace each of the two placeholders with the ports you're using to serve the contacts and calendar APIs

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

auth0-api-auth-implicit-sample's People

Contributors

rkhoriander avatar shadowair105 avatar ryanwalker avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.