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: 7 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T13:03:25.000Z (over 2 years ago)
- Last Synced: 2025-03-28T22:25:31.989Z (24 days ago)
- Topics: angular, appauth, appauthjs, auth0, openid-connect, typescript
- Language: TypeScript
- Homepage:
- Size: 29.2 MB
- Stars: 5
- Watchers: 1
- Forks: 4
- 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.
## 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.