Skip to content

Releases: Flyrell/axios-auth-refresh

v2.0.1

06 Dec 21:32
Compare
Choose a tag to compare
2.0.1

2.0.0-beta.4

13 Sep 10:24
Compare
Choose a tag to compare
2.0.0-beta.4 Pre-release
Pre-release
beta 4

v1.0.5

19 Dec 08:20
d331da6
Compare
Choose a tag to compare

Changes

Error with CORS will not trigger additional request. Fixed in Pull request #3.

v1.0.4 - Added request interceptor binding

23 Nov 13:28
Compare
Choose a tag to compare

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.

v1.0.3

22 Nov 22:45
Compare
Choose a tag to compare

Fixed problems with module.exports etc.

v1.0.2

22 Nov 19:58
Compare
Choose a tag to compare

browserlist integration and "main" fix

v1.0.1

22 Nov 18:10
8b9ac9c
Compare
Choose a tag to compare

First release