Rodrigo Mansueliblog.mansueli.com·May 30, 2023Using Triggers to Map Database Relationships in Custom ClaimsCustom claims are a powerful tool for implementing row-level security (RLS) policies in your applications which was popularized by Supabase. In a previous blog post (Part 1: "Using Custom Claims: Testing RLS with Supabase"), we explored the basics of...3 likes·639 readstriggers
Rodrigo Mansueliblog.mansueli.com·May 10, 2023Allowing users to invite others with Supabase Edge FunctionsIn 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 ...5 likes·1.3K readsPostgreSQL