Skip to main content

Signing and Secret Rotation

Praeto Dispatcher signs outbound webhook deliveries so receivers can verify the source and integrity of a request.

Headers

Rotation overlap

When a signing secret is rotated, Praeto preserves the previous secret for a configured overlap period. During overlap, praeto-signature can include signatures generated with both current and previous secrets.
Receivers should accept the request if any active secret matches.