During signup, the user should be associated with an Organization. Users can be associated with multiple organizations, register a new org, or invite others to join their org.
Changes:
- Prisma Schema: User -> Organization[]
- Create new org if signing in with a new account
- Invitations: SMTP
- Change to Auth Context to include org details
During signup, the user should be associated with an Organization. Users can be associated with multiple organizations, register a new org, or invite others to join their org.
Changes: