-
Story
-
Resolution: Done
-
Major
-
None
-
None
-
False
-
-
False
-
---
-
-
- closes: https://github.com/quarkusio/quarkus/issues/44037
- it can happen that an access token that appears valid to Quarkus is rejected because it was revoked and users can't use `@Retry` because the revoked token would still be used to next request as well, this PR will help by detecting 401 and forcing refresh on next call