ArneLimburg commented on PR #7: URL: https://github.com/apache/geronimo-jwt-auth/pull/7#issuecomment-1932146816
- Supporting an EC key should be no problem with your sample, will implement - Storing the CompletionStage is a good idea, even though it will help only for the initial call. When we have a cache miss later it probably is because of a key rotation and then we have to block anyway. - The best solution for that one would probably be a LRUMap. Since we don't have one I suggest to clear the map before putting new keys in. Wdyt? - you are right, we'll implement the filtering -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@geronimo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org