go-oidc icon indicating copy to clipboard operation
go-oidc copied to clipboard

jwks: refactor RemoteKeySet cache to a map

Open mattbonnell opened this issue 4 years ago • 0 comments

this refactors RemoteKeySet to cache keys using a map so that keys can be looked up by keyID in constant-time.

mattbonnell avatar Mar 21 '21 15:03 mattbonnell