Skip to content

fix(supabase): enable RLS on communication account tables (fixes #69)#70

Merged
ralyodio merged 1 commit into
profullstack:masterfrom
FuturMix:fix/communication-tables-rls
Jun 14, 2026
Merged

fix(supabase): enable RLS on communication account tables (fixes #69)#70
ralyodio merged 1 commit into
profullstack:masterfrom
FuturMix:fix/communication-tables-rls

Conversation

@FuturMix

Copy link
Copy Markdown
Contributor

Adds a new migration enabling Row Level Security on all 5 communication account tables (connected_accounts, account_permission_grants, account_audit_events, email_message_cache, social_post_cache).

Policies restrict access to the owner_user_id of the connected account (via direct column or join).

Fixes #69

@ralyodio ralyodio merged commit 13e921c into profullstack:master Jun 14, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Communication account tables missing Row Level Security

2 participants