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

6 lines (5 loc) 231 B
/** * Generated bundle index. Do not edit. */ export * from './public_api'; export { AAP_CONFIG as ɵb, AuthConfig as ɵa, DEFAULT_CONF as ɵf, getToken as ɵc, removeToken as ɵd, updateToken as ɵe } from './auth/auth.config';