Skip to content

Commit 144f855

Browse files
Update changelog
1 parent 7ef4516 commit 144f855

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,28 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
55
and 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

0 commit comments

Comments
 (0)