File tree 1 file changed +19
-1
lines changed
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.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
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
8
24
9
25
### Fixed
10
26
- 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
11
29
12
30
## [ 1.0.1] - 2024-09-05
13
31
You can’t perform that action at this time.
0 commit comments