From 03607062aa67fc605765094001c566ac248bc369 Mon Sep 17 00:00:00 2001 From: claudemiro Date: Sun, 1 Feb 2015 23:03:55 -0300 Subject: [PATCH] Fixed a litte comment explanation --- ipe/webhooks.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipe/webhooks.go b/ipe/webhooks.go index b722d5e..9cf4fc5 100644 --- a/ipe/webhooks.go +++ b/ipe/webhooks.go @@ -31,7 +31,7 @@ import ( // // Since anyone could in principle send WebHooks to your application, it’s important to verify that these WebHooks originated from Pusher. Valid WebHooks will therefore contain these headers which contain a HMAC signature of the WebHook payload (body): // -// X-Pusher-Key: A Pusher app may have multiple tokens. The oldest active token will be used, identified by this key. +// X-Pusher-Key: The App Key. // X-Pusher-Signature: A HMAC SHA256 hex digest formed by signing the POST payload (body) with the token’s secret. type webHook struct { TimeMs int64 `json:"time_ms"`