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).

4 lines (3 loc) 111 B
export * from './auth/auth.module'; export * from './auth/auth.service'; export * from './auth/token.service';