Javascript – How to stop infinite loop in axios interceptors
I would like to stop the infinite loop that I am getting with my axios interceptors. When the user logs in, tokens are set in the local storage. To test if token are being handled well, I change the value…