Skip to content

1.1.0

Compare
Choose a tag to compare
@jeromegamez jeromegamez released this 17 Feb 23:46
· 231 commits to 5.x since this release
1.1.0
9abb9a4

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.