Frontend Development ยท Angular
How would you answer an interview scenario involving HTTP interceptors in Angular?
If an access token expires, an auth interceptor can coordinate one token refresh and replay queued safe requests rather than triggering a separate refresh for every failed request.