We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In auth webhook caching, there is often case where we need to invalidate the cache to have new requests getting updated roles.
Currently, there is no support or API to clear the auth webhook cache. It would be nice feature to have for auth webhook caching.
Just like we have API for clearing the cache (general caching), we can have API for clearing/invalidating the auth webhook cache.
There isn't any other way to invalidate auth webhook cache apart from using Cache-Control or Expires headers.
Cache-Control
Expires
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your proposal related to a problem?
In auth webhook caching, there is often case where we need to invalidate the cache to have new requests getting updated roles.
Currently, there is no support or API to clear the auth webhook cache. It would be nice feature to have for auth webhook caching.
Describe the solution you'd like
Just like we have API for clearing the cache (general caching), we can have API for clearing/invalidating the auth webhook cache.
Describe alternatives you've considered
There isn't any other way to invalidate auth webhook cache apart from using
Cache-Control
orExpires
headers.The text was updated successfully, but these errors were encountered: