Skip to main content

New answers tagged

0 votes

How to Handle Concurrent Refresh Token Requests

Assuming that all the tabs run on the same browser and therefore can share cookie storage, the following mechanism can be implemented: Upon session start, every tab obtains it's own unique_tab_id. ...
Dimitar's user avatar
  • 101
1 vote

How to Handle Concurrent Refresh Token Requests

So you have several contexts that use the same token and refresh should be called only once and refreshes everything. You refresh the token based on time. The normal method would be: You start a token ...
gnasher729's user avatar
  • 47.5k

Top 50 recent answers are included