Reactjs – Axios interceptor for token refresh
I am using Axios interceptor to get new Access token with refresh token. The following code creates new access token from server, but I cannot find the cookie in the browser. Works fine, but the browser struck on loading. It…