Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CON-239] Add support for incoming source verification when the signature is in the body #1852

Open
jirevwe opened this issue Dec 15, 2023 · 1 comment

Comments

@jirevwe
Copy link
Collaborator

jirevwe commented Dec 15, 2023

Some providers like MailGun provide the webhook token in the body of the webhook rather than in the request headers. Reference documentation

{
  "signature": {
    "token": "66b79a5fa3aa2865a2a5bf3f2d8c27b02c5054896aebd9801e",
    "timestamp": "1702637050",
    "signature": "0b0003830ca6431d4b9582784f5ab0e06cb16a58f017e93751b1978941e111a1",
  },
  "event-data": {
    ...
  }
}

CON-239

Copy link

linear bot commented Dec 15, 2023

@jirevwe jirevwe changed the title Add support for incoming source verification when the signature is in the body [CON-239] Add support for incoming source verification when the signature is in the body Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant