UNPKG

ng-ebi-authorization

Version:

The ng-ebi-authorization is a simple authentication Angular library that relies on EBI's Authentication and Authorization Profile (AAP) infrastructure. After successful login, a JWT token is stored on the browser (via cookie, local or session storage).

7 lines (6 loc) 239 B
import { ModuleWithProviders } from '@angular/core'; import { AuthConfig } from './auth.config'; export declare class AuthModule { constructor(parentModule: AuthModule); static forRoot(options?: AuthConfig): ModuleWithProviders; }