fraiseql-webhooks 2.1.2

Webhook signature verification and event processing for FraiseQL
Documentation

fraiseql-webhooks

Webhook signature verification and event processing for FraiseQL. This crate handles inbound webhook validation, ensuring payload integrity and authenticity before events are dispatched to the FraiseQL server for processing.

Features

  • HMAC-SHA256 signature verification
  • Webhook event parsing
  • Replay attack prevention via timestamp validation
  • Multiple signature scheme support

Usage

[dependencies]
fraiseql-webhooks = "2.1.0"

Documentation

License

MIT OR Apache-2.0