google-auth-library-php icon indicating copy to clipboard operation
google-auth-library-php copied to clipboard

Implement Retryable interface for token endpoint requests

Open TimurSadykov opened this issue 3 years ago • 1 comments

Currently, clients do not have a good way to distinguish retryable errors and implement custom retry strategies. Sometimes this causes infinite retries like here: https://github.com/nwbirnie/gapic-oauth-invalid-hangs. Please prioritize the fix if similar infinite retry is repro here as well.

More details in the doc: go/auth-correct-retry

TimurSadykov avatar Feb 16 '22 10:02 TimurSadykov

See https://github.com/googleapis/google-auth-library-php/pull/359

bshaffer avatar Mar 23 '22 18:03 bshaffer