Implementing custom auth for edge functions #9642
Unanswered
barrelltech
asked this question in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm using paddle as a payment provider, and would like to use supabase edge functions to listen to the updates via web hooks. As far as I can tell, this is not currently possible. The three methods for verification I can think of are:
I believe only the last option could work with supabase edge functions, but I can't seem to get the authorization working via a query param. Is there any way to get this working with the current implementation of supabase edge functions? If not, are there any plans to support this sort of use case? I cannot add custom headers via Paddle AFAICT
links to the Paddle docs about their web hooks: https://developer.paddle.com/webhook-reference/bd1986c817a40-webhook-reference
All reactions