-
Notifications
You must be signed in to change notification settings - Fork 13
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
feature: add support for webhooks #5
Labels
enhancement
New feature or request
Comments
It doesn't appear that you actually validate |
@QuLogic , want to put a fix? :-) |
Reopening it. |
Will address the signature validation via #11 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Per @joeworkman,
Add Caddyfile directive:
When a request comes via API endpoint, inspect the header and authorize based on the presence of the webhook header and secret.
The text was updated successfully, but these errors were encountered: