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

Http Interceptor PoC #39

@MF57

Description

@MF57

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions