You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we have a tokenCycler that's internal to core-rest-pipeline and is used in bearerTokenAuthenticationPolicy. ACR also needs the token cache functionality for its refresh token so it adds a slightly different copy of tokenCycler.
It would be nice to have some API to support the caching and auto-refreshing of tokens.
API design
where would this live
some question:
should we allow explicit cache invalidation?
The text was updated successfully, but these errors were encountered:
Hi @jeremymeng, we deeply appreciate your input into this project. Regrettably, this issue has remained inactive for over 2 years, leading us to the decision to close it. We've implemented this policy to maintain the relevance of our issue queue and facilitate easier navigation for new contributors. If you still believe this topic requires attention, please feel free to create a new issue, referencing this one. Thank you for your understanding and ongoing support.
Currently we have a tokenCycler that's internal to core-rest-pipeline and is used in
bearerTokenAuthenticationPolicy
. ACR also needs the token cache functionality for its refresh token so it adds a slightly different copy of tokenCycler.It would be nice to have some API to support the caching and auto-refreshing of tokens.
some question:
The text was updated successfully, but these errors were encountered: