lib-auth-demo
v1.0.1
Published
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 7.2.0.
Readme
LibAuth
This library was generated with Angular CLI version 7.2.0.
Install
Run npm install --save lib-auth-matic for install lib in the project.
Use
Provide config auth0 in app.module:
{ provide: AUTH0_CONFIG, useValue: Auth0Config }.
Interface for value provide
IAuth0Config {
domain: string;
client_id: string;
redirect_uri: string;
audience?: string;
scope?: string;
responseType?: string;
}.
