I developed an application that works with Github and Github Hooks, when a new hook request received, I just update
/clone
the repository (and then I do a little process on repository)
Because I accept all hook requests blindly, everyone can generate a hook request and send it t me.
I want to know how can I protect my application from unwanted hook requests?