native-land-digital / next-nld

A NextJS rebuild of Native-Land.ca.
https://native-land.ca
1 stars 0 forks source link

Looking into RLS for Supabase/Prisma integration #27

Open tempranova opened 3 weeks ago

tempranova commented 3 weeks ago

Supabase has some warnings about RLS (Row Level Security) not being enabled. This looks to be a fairly complex thing to set up, and I'm not sure how important it is for our DB security overall. Worth some investigation and research:

https://github.com/prisma/prisma-client-extensions/tree/main/row-level-security https://supabase.com/partners/integrations/prisma (Ctrl+F for "RLS")

tempranova commented 1 week ago

Also worth considering moving to AWS RDS instead of Supabase for ease of integration across platforms (and cost?)