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 {

} `

Dependencies (16)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i mindgaze-data-presenter

    Weekly Downloads

    2

    Version

    1.0.12

    License

    ISC

    Last publish

    Collaborators

    • afivan