Fedify 1.5.7
Released on August 25, 2025.
- Fixed a bug where
verifyRequest()
function threw aTypeError
when verifying HTTP Signatures withcreated
orexpires
fields in theSignature
header as defined in draft-cavage-http-signatures-12, causing500 Internal Server Error
responses in inbox handlers. Now it correctly handles these fields as unquoted integers according to the specification.