Dawid Zbiński
Dawid Zbiński
Hey guys, what's the status on this one? @tiesselune @ErikBehar Might I help you with something? Would be nice to implement it finally after 4 years 😄💯
Should be working in `9.0.0-next.2`.
Well, I actually managed to get what I wanted (I wanted the `isLastPage`) through the paginationService. I was thinking how to implement this issue and I actually have no idea...
Great, I think the issue can be resolved then. Should we add this to the docs? I can write a PR on Sunday or something.
It's so hard to explain that I might just delete it in the future versions. It's basically only needed when you cannot add `skipAuthRefresh` flag to the requests in your...
@guilliamxavier Not really, as the interceptor will be bound only to the instance you provided as the first parameter. That means even when your auth logic fails, it will not...
@guilliamxavier Sure, I see the point you're making. What I mean by "no call" is to literally have no HTTP call inside it (I guess there was not a single...
Sorry, I had no time to reply last few weeks. What version are you using, please? can you share your implementation? Thanks.
Sorry guys, will look at it as I plan to release v3.1.0. Had a hard time at work at the end of last year and no time to do anything...
Now when I look at it... I think the only problem is that you're not binding the token with an interceptor. The `refreshLogic` runs only once for the first request,...