You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a need to setup webhooks from a third part app. But as its a third party sending the data I cant control how and if they send headers.
I tried setting up a SignatureValidator which just returns true, but the package rejects empty headers early.
How do you feel about integrating the signature check into the validator? That way a custom validator would have full control over that process, and would enable people to avoid headers altogether if desired.
Thanks for another amazing package!!! Ill be sending postcards very soon when I launch :)
Lee
The text was updated successfully, but these errors were encountered:
Hey,
Im happy to do a PR but thought Id check first...
I have a need to setup webhooks from a third part app. But as its a third party sending the data I cant control how and if they send headers.
I tried setting up a SignatureValidator which just returns true, but the package rejects empty headers early.
How do you feel about integrating the signature check into the validator? That way a custom validator would have full control over that process, and would enable people to avoid headers altogether if desired.
Thanks for another amazing package!!! Ill be sending postcards very soon when I launch :)
Lee
The text was updated successfully, but these errors were encountered: