0.0.5 • Published 7 months ago

@mikepattyn/authress-angular v0.0.5

Weekly downloads
-
License
-
Repository
github
Last release
7 months ago

Authress Angular

This package only contains a module for easy setup and registration of the Authress LoginClient For details about the Authress Login SDK. See https://authress.io.

Install

npm install @mikepattyn/authress-angular

Setup in AppModule

@NgModule({
  declarations: [AppComponent],
  imports: [
    // Other imports
    AuthressModule.forRoot({
      authressApiUrl: environment.authressLoginUrl,
      applicationId: environment.authressAppId,
    }),
  ],
  bootstrap: [AppComponent],
})
export class AppModule {}
0.0.5

7 months ago

0.0.4

7 months ago

0.0.3

7 months ago

0.0.2

7 months ago

0.0.1

7 months ago