Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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:
- Host: GitHub
- URL: https://github.com/kdhttps/appauth-angular
- Owner: kdhttps
- Created: 2019-12-21T09:08:40.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T13:03:25.000Z (about 2 years ago)
- Last Synced: 2023-03-03T16:13:56.532Z (almost 2 years ago)
- Topics: angular, appauth, appauthjs, auth0, openid-connect, typescript
- Language: TypeScript
- Homepage:
- Size: 29.2 MB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
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.