Exception: RelayGrid::SignatureVerificationError

Inherits:
Error
  • Object
show all
Defined in:
lib/relaygrid/errors.rb

Overview

An inbound webhook could not be trusted: the signature didn't match, the header was missing or malformed, or the timestamp fell outside the replay tolerance. Answer these with a 400 and drop the request -- never process the body. Deliberately not an APIError: nothing failed on the wire, the payload simply isn't ours.