Auth Migration Tool

Phase 4A — Link existing users to Supabase Auth accounts

1
Load Existing Users

Query the users table to see who needs auth migration.

2
Create Auth Account & Link

For each user with an email, create a Supabase Auth account and link the auth_uid.

3
Verify Migration

Re-query the users table to confirm auth_uid is populated.

Migration Log