UNPKG

@rxap/authentication

Version:

Provides authentication services, guards, and interceptors for Angular applications. It supports token-based authentication and provides features such as sign-out functionality and routing based on authentication status. This package also includes utiliti

10 lines (9 loc) 390 B
export * from './lib/authentication-routing.service'; export * from './lib/authentication.guard'; export * from './lib/authentication.service'; export * from './lib/bearer-token.interceptor'; export * from './lib/disabled-authentication.service'; export * from './lib/provide'; export * from './lib/register.service'; export * from './lib/sign-out.directive'; export * from './lib/tokens';