release: @marketplaces/auth 0.1.0 (built from main)
This commit is contained in:
7
dist/telegram/admin-auth-headers.interceptor.d.ts
vendored
Normal file
7
dist/telegram/admin-auth-headers.interceptor.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import { HttpInterceptorFn } from '@angular/common/http';
|
||||
/**
|
||||
* Attaches admin session/token headers only to admin API requests. Scoped to
|
||||
* admin-gated paths so it never touches customer requests and never reads
|
||||
* the customer AuthService's session.
|
||||
*/
|
||||
export declare const adminAuthHeadersInterceptor: HttpInterceptorFn;
|
||||
Reference in New Issue
Block a user