Spam accounts overwhelmed my database. Claude found the weaknesses, Codex wrote the fixes, and I deployed a new defense.
Google’s nationwide expansion of listing ads, powered by HouseCanary MLS partnerships, is drawing scrutiny over whether IDX display permissions extend to paid ad products. Analysts also flagged ...
CREATE POLICY "companies_own_read" ON companies FOR SELECT USING (auth.uid() = user_id); CREATE POLICY "companies_own_insert" ON companies FOR INSERT WITH CHECK (auth.uid() = user_id); CREATE POLICY ...
-- WattIf Phase 2: initial persistence schema (MVP foundation). -- Apply manually via Supabase SQL editor or `supabase db push` — NOT auto-applied at app startup. -- RLS / auth: deferred to a future ...