1.1.0
Replaced StaticKeyStore
with HttpKeyStore
, which fetches frech Google Public Keys each time its get()
method is invoked. Caching can be implemented by injecting an HTTP client with a cache middleware, e.g. kevinrob/guzzle-cache-middleware.
StaticKeyStore
was flawed because it was determined to have outdated keys rather sooner than later.