Skip to content

Commit b12d0a4

Browse files
committed
fix: better JWT claims and headers type handling - changelog
1 parent 95a5cef commit b12d0a4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [v0.2.0] - 2025-06-27
8+
9+
### Changed
10+
- Enhanced JWT header validation to enforce scalar types only (strings, numbers, booleans) for RFC 7515 compliance
11+
- Improved JWT claim validation with better error messages for non-JSON-serializable data
12+
- Updated null header handling - null values are now explicitly ignored rather than converted to empty strings
13+
- Enhanced documentation with comprehensive JWT validation rules and RFC compliance guidelines
14+
- Added detailed explanations of data type requirements for JWT headers vs claims
15+
716
## [v0.1.3] - 2025-06-21
817

918
### Changed

0 commit comments

Comments
 (0)