Twitch WebHook hub.secret verification

So yep that worked! I ended up doing something like

router.post(’/routehere’, bodyparser.json({verify: verify}), (req, res, next) => {
//code here
}

where verify is pretty much the same as you provided. Thanks again!