Skip to main content
Participant
November 20, 2025
Question

adobe acrobat issues

  • November 20, 2025
  • 0 replies
  • 17 views

I’m facing an issue where a token refresh mechanism sometimes enters a loop when an expired token is used alongside concurrent API calls. In some cases, two refresh attempts run at the same time, causing invalid token states and forced logouts.

What I want to understand is:

  • How can I ensure only one token refresh operation executes at a time?

  • What’s the safest way to synchronize refresh calls across different tabs or browser windows?

  • Should refresh logic be placed in a global request wrapper or inside the app’s state manager?

I’ve documented the reproduction steps and potential fixes I tested:
https://inatbixindir.tr