Support signing secrets for webhooks #18918
bavjackson
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently there's no way to distinguish a genuine webhook payload from a well crafted malicious payload. Generating (or allowing a user to provide) a signing secret and sending a hash along as a header would make endpoints that receive coder webhooks more secure.
Other webhook providers (clerk, github, stripe) implement something like this as a reference.
Beta Was this translation helpful? Give feedback.
All reactions