Skip to content

kdhttps/appauth-angular

Repository files navigation

App Auth Angular

App-Auth JS integration with the Angular App. This project was generated with Angular CLI version 8.3.20.

angular-flow

Prerequisites

  1. Node JS >= 10.x.x
  2. @angular/cli >= 8.3.21
  3. Auth0 client - Currently for I am using auth0.com as a OP Server. Demo should work with every OP Provider.

Configuration

Use environment.ts to set OP Client configuration.

Start

  1. Install Dependencies
npm install
  1. Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.