Skip to content

Refresh token review and API service refactor

Martin Santangelo requested to merge feat/api-service-refactor into release/4.14.0

closes #3242 (closed)

  • Refactor API service using axios to remove the legacy abortable fetch
  • Reimplement error handling
  • Reimplement call abort
  • Implement a token refresh at a service level that stops all the calls until the token refresh succeeds or fails
  • Reimplement spec test and add new tests for the concurrent token refresh logic
Edited by Martin Santangelo

Merge request reports