Am trying to create an org when a user signed up.
Tried with database hooks but I don't think auth or authClient work. Does anyone has a working solution?
3 Replies
Database hooks should work
you mean like this should work?
this is the error I got with that
I mean I could create the organization with prisma, but then I still need to add member to the org
@bekacru could I get some input on this?
Currently:
- You can create an organization without a member only by using the adapter directly (not using better-auth methods);
- You can invite existing users to an existing organization;
You can not:
- Invite a user to sign-up;
- Invite a member to sign-up and directly assign a organization.
However, there is a PR opened few weeks ago, but not receiving a lot of love here: https://github.com/better-auth/better-auth/pull/1436 that you can get inspired by