I'm new to Supabase, but it looks very nice and promising for many future projects. In this case I'm trying to use it to store web hook requests from another system - this system, however, only supports sending web hook requests with Basic Authorization header as means of auth and from what I can tell, Supabase doesn't support this, only apikey.
Does anyone know if the Supabase API can we used with Basic Authorization header?