CreateOrgLink Sign-in

Hello! I’m trying to crate a new sign-in process where the user can add a new organization (SaaS with multi tenancy) using the <CreateOrgLink> with NextJs. The issue is that it gives me the same sign-in that I get for a unique user (with name and email) it doesn’t add any field for the organization name. Am I missing something, should I do that sign-in on my side then send over the information to Kinde Through the API? Thank you!
3 Replies
Oli - Kinde
Oli - Kinde5mo ago
Hey @nightfury_moon, Thanks for reaching out about this issue. Are you using NextJS app router or pages router? Also what version of the NextJS SDK are you using?
The issue is that it gives me the same sign-in that I get for a unique user (with name and email) it doesn’t add any field for the organization name.
Are you able to elaborate on this issue? It would be helpful if you could describe your ideal sign-in and sign-up flow? Do you want a field in the sign-up flow where the user could enter the organization name, and then on completion?: 1. Create user 2. Create organization with specified name and assign the user that organization
nightfury_moon
nightfury_moon5mo ago
Hi @Oli - Kinde thank you for your response! The ideal sign-in flow would be where the user can create a new account after entering their name email and org at the same place. It can also be juste like you suggested it where you first create the user then ask him what’s their org name. Let me know what you think! I’m using NextJs page router!
Oli - Kinde
Oli - Kinde5mo ago
Hi @nightfury_moon, Would each user who sign-ups create their own organization? Or would they have the option to join an existing organization?