File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,28 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## [ 1.0.1] - 2024-09-13
7+ [ unreleased]
8+
9+ ### Added
10+ - Add unit tests for verifyJWTClaims and different aud claims. #443
11+
12+ ## Changed
13+ - Validate state before ID Token request. #447
14+
15+ ### Fixed
16+ - Fix protected responseContentType to allow overloading of fetchUrl function. #446
17+ - Fix TypeError in verifyJWTClaims. #442
18+
19+
20+ ## [ 1.0.2] - 2024-09-13
21+
22+ ### Added
23+ - Add unit test for SERVER_PORT type cast. #438
824
925### Fixed
1026- Cast ` $_SERVER['SERVER_PORT'] ` to integer to prevent adding 80 or 443 port to redirect URL. #437
27+ - Fix protected $responseCode to allow proper overloading of fetchURL(). #433
28+ - Fix bring back #404 . #437
1129
1230## [ 1.0.1] - 2024-09-05
1331
You can’t perform that action at this time.
0 commit comments