is that possible to make requests delya in certain situations? #4647
-
I would like to make something like delay in basic api in situations when access toke is expired and it requires to send refresh. Now if access is expired every request makes its own token refresh and instead of 3 i get 6 requests. So i would like first requests to send refresh token and next requests to await a bit and to use new access token |
Beta Was this translation helpful? Give feedback.
Answered by
EskiMojo14
Oct 3, 2024
Replies: 1 comment 1 reply
-
see preventing multiple unauthorized errors from our docs. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Reg93
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
see preventing multiple unauthorized errors from our docs.