SupabaseS
Supabase4mo ago
d rose

Authenticated Webhook

Hey, I need to set up a webhook for some tables that calls an api in my backend. I need to somehow authenticate the request to prove its coming from us. I noticed for a webhook that calls an edge function, supabase gives the option to add the auth header with our api key, but this option isnt there for http requests. Is there any recommended way to authenticate the request for an http request?
Was this page helpful?