Is it a common/useful practice to keep a copy of the public key used to validate each jwt token on every request to avoid fetching it every time from the authorization server ?
Is it an available option when using Spring Security ? or is there an implicit cache of the public key ?