Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kdhttps/appauth-angular

Appauth JS integration with Angular :rocket: :shield:
https://github.com/kdhttps/appauth-angular

angular appauth appauthjs auth0 openid-connect typescript

Last synced: about 1 month ago
JSON representation

Appauth JS integration with Angular :rocket: :shield:

Awesome Lists containing this project

README

        

# App Auth Angular

[App-Auth JS](https://github.com/openid/AppAuth-JS) integration with the Angular App.
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.20.

![angular-flow](./src/assets/angular-flow.gif)

## 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
```

2. 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.