This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Description
Write a PoC of Angular interceptor that:
- add token to the headers
- if request fails with 401/403 try to refresh token automatically
- if token refresh succeds, retry the original request
- if it fails fail the request
It should be configurable to which requests this interceptor should be applied