File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed
Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -6,16 +6,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ unreleased]
88
9- ### Changed
9+ ### Added
10+ - Add unit tests for verifyJWTClaims and different aud claims. #443
11+
12+ ## Changed
13+ - Validate state before ID Token request. #447
1014- Stop adding ?schema=openid to userinfo endpoint URL. #449
1115
1216### Fixed
17+ - Fix protected responseContentType to allow overloading of fetchUrl function. #446
18+ - Fix TypeError in verifyJWTClaims. #442
1319- Check existence of subject when verifying JWT #474
1420
15- ## [ 1.0.1] - 2024-09-13
21+ ## [ 1.0.2] - 2024-09-13
22+
23+ ### Added
24+ - Add unit test for SERVER_PORT type cast. #438
1625
1726### Fixed
1827- Cast ` $_SERVER['SERVER_PORT'] ` to integer to prevent adding 80 or 443 port to redirect URL. #437
28+ - Fix protected $responseCode to allow proper overloading of fetchURL(). #433
29+ - Fix bring back #404 . #437
1930
2031## [ 1.0.1] - 2024-09-05
2132
You can’t perform that action at this time.
0 commit comments