Closed dadoonet closed 8 years ago
In order to increase security, we should add and validate a Token if provided in config.json.
config.json
See https://developer.github.com/webhooks/securing/
When a Security Token is provided, X-Hub-Signature is added to the HTTP headers.
X-Hub-Signature
In order to increase security, we should add and validate a Token if provided in
config.json
.See https://developer.github.com/webhooks/securing/
When a Security Token is provided,
X-Hub-Signature
is added to the HTTP headers.