Create organization after singUp

I want to create Vercel like onboarding experience. What is the best way to create personal organization right after signup? I thought about using databaseHook after user creation but I can't make it work.
1 Reply
Diallo
Diallo4w ago
From auth.signUp, In onSuccess params you can add org creation logic

Did you find this page helpful?