0.0.5 • Published 12 months ago

@mikepattyn/authress-angular v0.0.5

Weekly downloads
-
License
-
Repository
github
Last release
12 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

12 months ago

0.0.4

12 months ago

0.0.3

12 months ago

0.0.2

12 months ago

0.0.1

12 months ago