From cb1116c0203fceadabff1cca7bcbbbf391abd91f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?ShaoBo=20Wan=28=E7=84=A1=E5=B0=98=29?= <756684177@qq.com> Date: Sun, 5 Jun 2022 11:45:44 +0800 Subject: [PATCH 1/3] Changelog v6.2.0 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 42e8b6db..b3ff6e10 100644 --- a/README.md +++ b/README.md @@ -261,6 +261,11 @@ $decoded = json_decode(json_encode($decoded), true); Changelog --------- +#### 6.2.0 / 2022-05-14 + + - Added`Cached Key Sets`([#397](https://github.com/firebase/php-jwt/pull/397))!! See[the README](https://github.com/firebase/php-jwt#using-cached-key-sets)for usage instructions + - Added`$allowedAlg`parameter to`JWT::parseKey`and`JWT::parseKeySet`([#426](https://github.com/firebase/php-jwt/pull/426)). This will allow users to parse JWKS which do not populate the`alg`parameter without having to manually edit the JSON. + #### 6.1.0 / 2022-03-23 - Drop support for PHP 5.3, 5.4, 5.5, 5.6, and 7.0 From 7a5e34b9296d4a23bd7486d3c859276e41388f32 Mon Sep 17 00:00:00 2001 From: Brent Shaffer Date: Fri, 15 Jul 2022 09:42:48 -0700 Subject: [PATCH 2/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b3ff6e10..7578d804 100644 --- a/README.md +++ b/README.md @@ -263,8 +263,8 @@ Changelog #### 6.2.0 / 2022-05-14 - - Added`Cached Key Sets`([#397](https://github.com/firebase/php-jwt/pull/397))!! See[the README](https://github.com/firebase/php-jwt#using-cached-key-sets)for usage instructions - - Added`$allowedAlg`parameter to`JWT::parseKey`and`JWT::parseKeySet`([#426](https://github.com/firebase/php-jwt/pull/426)). This will allow users to parse JWKS which do not populate the`alg`parameter without having to manually edit the JSON. + - Added `Cached Key Sets` ([#397](https://github.com/firebase/php-jwt/pull/397)) + - Added `$defaultAlg` parameter to `JWT::parseKey` and `JWT::parseKeySet` ([#426](https://github.com/firebase/php-jwt/pull/426)). #### 6.1.0 / 2022-03-23 From 08979c9a496933dcf2e7439f739b1ad1bff52912 Mon Sep 17 00:00:00 2001 From: Brent Shaffer Date: Fri, 15 Jul 2022 09:44:05 -0700 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7578d804..aa90baee 100644 --- a/README.md +++ b/README.md @@ -263,7 +263,7 @@ Changelog #### 6.2.0 / 2022-05-14 - - Added `Cached Key Sets` ([#397](https://github.com/firebase/php-jwt/pull/397)) + - Added `CachedKeySet` ([#397](https://github.com/firebase/php-jwt/pull/397)) - Added `$defaultAlg` parameter to `JWT::parseKey` and `JWT::parseKeySet` ([#426](https://github.com/firebase/php-jwt/pull/426)). #### 6.1.0 / 2022-03-23