File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
55and 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
You can’t perform that action at this time.
0 commit comments