mindgaze-data-presenter

1.0.12 • Public • Published

@Mindgaze Auth

This library helps Angular2 apps integrate with the SSO Mindgaze provides.

` import { AuthModule, AuthModuleParameters } from '@mindgaze/auth';

export const authModuleConfig = { authEndpoint: '', clientId: '', clientSecret: '', scope: '', userEndpoint: '' }

...

@NgModule({ imports: [ AuthModule.forRootFactory(authModuleConfig),
], // Directives declarations: [ AppComponent ], // Providers providers: [

],
bootstrap: [ AppComponent ]

}) export class AppModule {

} `

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.12
    2
    • latest

Version History

Package Sidebar

Install

npm i mindgaze-data-presenter

Weekly Downloads

2

Version

1.0.12

License

ISC

Last publish

Collaborators

  • afivan