v4.12.2
openclaw/wacliv4.12.2Aug 1, 2026by github-actions[bot]
AI Summary
This release focuses on security improvements by updating authentication logic to use timing-safe comparisons for JWT and consent signatures to prevent potential timing attacks.
Key Highlights
- Implemented timing-safe comparison for JWT signatures
- Implemented timing-safe comparison for consent signatures
- Security enhancement in authentication handling
Full Release Notes
## [4.12.2](https://github.com/punkpeye/fastmcp/compare/v4.12.1...v4.12.2) (2026-08-01) ### Bug Fixes * **auth:** use timing-safe comparison for JWT and consent signatures ([#301](https://github.com/punkpeye/fastmcp/issues/301)) ([f0d8e69](https://github.com/punkpeye/fastmcp/commit/f0d8e698e3701137602ea2d539d16b968ce24578))