firebase / php-jwt

PHP package for JWT
BSD 3-Clause "New" or "Revised" License
9.38k stars 1.27k forks source link

feat: improve caching by only decoding jwks when necessary #486

Closed bshaffer closed 1 year ago

bshaffer commented 1 year ago

addresses #481

Calls JWK::parseKey on the matching key instead of calling JWK::parseKeySet on the whole response