Tag
Authentication
1 post tagged Authentication.
2 September 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.