Marketplace API OAuth | Smarter Refresh Token Handling for Distributed Systems!
We have implemented a significant enhancement to the management of refresh tokens, particularly for concurrent API calls in distributed environments. This improvement ensures greater stability and efficiency when refreshing access tokens.
Concurrent Refresh Token Call Handling:
To optimise performance and prevent race conditions in distributed systems, we have refined our refresh token mechanism. Now, if multiple concurrent calls are made within a 30-second window using the same client_id, client_secret, and refresh_token combination, the system will return the same refresh token for all these calls.
Why Was This Enhancement Necessary?
This enhancement is designed to assist large-scale developers who operate within distributed systems:
Note: No changes are required on your part to benefit from this enhancement. It is automatically applied to all relevant API interactions.
