Allowing users to invite others with Supabase Edge Functions
In this blog post, we will discuss how to allow users to invite other users to your application using Supabase edge functions. We will focus on using custom claims and Supabase Edge Function to achieve this functionality.
Prerequisites
Please ensure ...
blog.mansueli.com7 min read
Chris
I get 403 Error, user not logged in and User Data: undefined when i call the edge function. I don't know whats wrong, can you help with this?