Tag

Angular

1 post tagged Angular.

Posts

  • Diagram: HttpClient through authInterceptorFn, which adds an Authorization header before the request reaches the server, with the 401 response looping back to the interceptor.

    09/02/2026

    An Angular auth interceptor, the functional way

    Attach a token to every outgoing request and handle a 401 in one place, using the functional HttpInterceptorFn rather than the class-based interceptor most search results still show.

Often tagged together with