Phasedio / webapp

1 stars 0 forks source link

Secure GitHub commit webhook #94

Closed daveriedstra closed 7 years ago

daveriedstra commented 8 years ago

Webhook for GitHub commits will soon be using simple header parsing to determine that the request is actually coming from GH. We should be implementing the "secure secret token" described on their page, but the challenge is that our webhooks are registered client side. Hmm...