Writing · Tag
Articles tagged "identity-management".
1 article on this topic.
Articles tagged "identity-management"
·7 min read · supabase , supabase-auth , postgres
Two-layer identity models in Supabase: when auth and authorization disagree
auth.users gives you identity for free. Roles need a second table, a trigger, and an atomic migration. Here's where the gap breaks production.