mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-24 01:30:51 +00:00
* Renew the access token after receiving a 401/403 Feign clients tries to renew the access token after it receives a 401 or 403. It Retries the request 1 time * Add unit test for exhausted retries * Update samples