Cache invalidation / TTL for createRemoteJWKSet #394
ghdoergeloh
started this conversation in
Ideas
Replies: 1 comment 6 replies
-
In that case the Authorization Server will publish its new JWKS and starts using it, so a new If you want manual invalidation control though, you just need to invoke |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, thanks for this great package.
It is really easier to use with jwks than jsonwebtoken.
But there is one feature missing - or I can't see it. I would like to invalidate the cached jwks automatically after a specified time.
If a key is compromised it should be invalidated on the auth server so a jwk would be deleted from the list. That means the cache needs to be invalidated after a specified time and the jwks must be requested again. Ist there such a feature?
Beta Was this translation helpful? Give feedback.
All reactions