Skip to content

0.2.0

Choose a tag to compare

@chr15k chr15k released this 27 Jun 14:40
· 1 commit to main since this release

[v0.2.0] - 2025-06-27

Changed

  • Enhanced JWT header validation to enforce scalar types only (strings, numbers, booleans) for RFC 7515 compliance
  • Improved JWT claim validation with better error messages for non-JSON-serializable data
  • Updated null header handling - null values are now explicitly ignored rather than converted to empty strings
  • Enhanced documentation with comprehensive JWT validation rules and RFC compliance guidelines
  • Added detailed explanations of data type requirements for JWT headers vs claims