Releases: Flyrell/axios-auth-refresh
Releases · Flyrell/axios-auth-refresh
v2.0.1
2.0.0-beta.4
beta 4
v1.0.5
Changes
Error with CORS will not trigger additional request. Fixed in Pull request #3.
v1.0.4 - Added request interceptor binding
As the refresh logic is ran to refresh authorization, all new requests created while the logic is processed are automatically bind onto the Promise returned from refreshAuthLogic
function and will run after the promise is resolved.