create organization on signup

What is the best way to handle creating organization when user signs up? I implemented email sign up, I am not sure where to put creating organization logic.
Solution:
Database | Better Auth
Learn how to use a database with Better Auth.
Jump to solution
3 Replies
Solution
Ping
Ping4mo ago
Database | Better Auth
Learn how to use a database with Better Auth.
ubinatus
ubinatus3mo ago
Mind giving a working example on this? I've tried multiple ways sharing the same header but still getting 401 errors.
Ping
Ping3mo ago
Don't use headers for this case, you can pass a userId in the body

Did you find this page helpful?