You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I get the 401 Unauthorized code, I want to refresh the token first, then to retry the request (with a renewed token).
Is it possible to implement a custom logic on retry?
I can't see any onRetry callback.