I am building an OAuth flow using edge functions. I want to use a Supabase function for the redirect URL, however, when the redirect happens, the endpoint returns
Only POST and OPTIONS requests are supported
Only POST and OPTIONS requests are supported
.
Obviously, the browser is invoking the function with a GET request. Are there any workarounds that could make those possible?
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.