Axios Interceptors retry original request and access original promise
Update Feb 13, 2019 As many people have been showing an interest in this topic, I’ve created the axios-auth-refresh package which should help you to achieve behaviour specified here. The key here is to return the correct Promise object, so you can use .then() for chaining. We can use Vuex’s state for that. If the … Read more