Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build: (0084336) fix: Remove redundant Cache
getItem()
call in `Aut…
…h0\SDK\Token\Verifier::getKeySet()` (#669) * Remove unnecessary second getItem call $item (although with an empty value) has already been created on line 198: https://github.com/auth0/auth0-PHP/blob/main/src/Token/Verifier.php#L198. We only have to save the value and expiry here. This change will only (try) to get the value of the cache once instead of twice. * fix: Variable scope Co-authored-by: Evan Sims <evan.sims@okta.com>
- Loading branch information