Users
User management moves onto Supabase identities and app roles.
This page represents the admin workflow that will eventually replace the Cognito-linked user management Lambda.
Access control
Admin model
ProfilesStore app-specific profile data separately from Supabase auth identities.
RolesDrive permissions from a unified database role model instead of Cognito groups.
Admin actionsKeep user create, update, and delete paths in one server-side implementation.