We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 608668e commit 018dfc4Copy full SHA for 018dfc4
README.md
@@ -261,6 +261,11 @@ $decoded = json_decode(json_encode($decoded), true);
261
Changelog
262
---------
263
264
+#### 6.3.0 / 2022-07-15
265
+
266
+ - Added ES256 support to JWK parsing ([#399](https://github.com/firebase/php-jwt/pull/399))
267
+ - Fixed potential caching error in `CachedKeySet` by caching jwks as strings ([#435](https://github.com/firebase/php-jwt/pull/435))
268
269
#### 6.2.0 / 2022-05-14
270
271
- Added `CachedKeySet` ([#397](https://github.com/firebase/php-jwt/pull/397))
0 commit comments