-
when receiving web-hook we get header > authorization={verification token taken from ‘add features’}, this token will retire in October 2023. Does zoom plan on sending the secret instead? and if so, when?
-
according to: https://developers.zoom.us/docs/api/rest/webhook-reference/#verify-webhook-events
we should take timestamp:requestBody and hash those with the secret from ‘add features’ tab and compare to x-zm-signature
header. how do you propose to implement this? on firewall/load balancer level or application level?
- is it enough to check authorization header?