S
Supabase2mo ago
!Ash

Web hook

Does supabase always need athentication for webhooks. can we create public webhook that can be access or ????
1 Reply
ihm40
ihm402mo ago
If you mean on edge functions, then yes you can create one without authentication required. Turn of jwt verification required under the details tab in edge functions or when you deploy a function use `--no-verify-jwt' or set it in the 'config.toml' or were you referring to other webhooks?

Did you find this page helpful?