Zoom Webhook with Supabase Edge Function – JWT Auth Issue

Hi,

I’m using a Supabase Edge Function as a Zoom webhook endpoint. Supabase allows enforcing JWT verification via the Authorization: Bearer <token> header.

However, Zoom’s webhook validation doesn’t support sending a Bearer token in the header.

Is there a workaround to support JWT verification with Zoom webhooks?

Thanks!