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

4 lines (3 loc) 241 B
import { HttpEvent, HttpHandlerFn, HttpRequest } from '@angular/common/http'; import { Observable } from 'rxjs'; export declare function BearerTokenInterceptor(req: HttpRequest<unknown>, next: HttpHandlerFn): Observable<HttpEvent<unknown>>;