RLS
auth🟢SQL/src/app/api/stripe/route.ts this is a route registered on stripe for webhook calls for stripe events. Every time I receive a stripe event on that route, I call a function syncStripeDatatoDB(customerId) passing the customer ID attached to the event along. This sync function is simply an exported async function at /src/lib/stripe/stripe-sync.ts.