Hi,
i’ve followed this two tutorial to create register and use a webhook :
https://shopify.dev/apps/webhooks/configuration/google-cloud#google-cloud-pub-sub-message-structure
https://www.youtube.com/watch?v=m9MQyRWnMdU
In the first one they say : “unlike with an HTTP webhook, you don’t need to perform HMAC verification”
I don’t understand why, no verification is needed !
How, can i be sure that is shopify who call my google pub/sub route registered in the webhook and not another person with bad intention ?
Can someone help me understand this ?