Welcome to the Kinde community.

P
K
A
A
A
Members
Joel
J
Joel
Offline, last seen 2 days ago
Joined September 23, 2024
Hi guys,

I'm currently building an application as a contractor for a client, using the next.js SDK. Once I've finished building the application for him, I'd like for him to be able to completely manage everything on his own, including adding users.

Due to his business model where he physically goes and works with businesses around Australia and does in-person training, the application I'm building will be invite only, ie people won't be able to just sign up, my client will have to setup the organisation and users within the app.

The problem is, I don't want him to have to log in to the Kinde dashboard to set up organisations and users, I'd like for him to be able to manage it all from within the application's dashboard. Is it possible to set up a workflow like this where he can create users from within the application I'm building?
3 comments
S
C
J
I am developing an application that will eventually have the concept of "teams", where every user is part of a "team" or "company" and can see all data associated with said team. Is this a feature builtin to Kinde or something I'll have to implement myself?
3 comments
J
O
I have a bit of a weird setup in mind, might be looking for some guidance if possible.

Currently, I have two separate subdomains:
https://example.com - Astro.build site
https://app.example.com - Next.js app

I want to have my login/register buttons on the Astro site.
When a user logs in from the Astro site, they should be redirected to https://app.example.com/dashboard
When a user logs out from the dashboard, they should be redirected back to https://example.com

I think I have most of it working (I can login/register on the astro page), I'm just not sure how to set a postLoginRedirectUrl for the typescript sdk to redirect to the next app once i've logged in
18 comments
O
J
S
Hey guys,

Just wondering if it would be possible to add the Create Account button to the failed login page when the Self sign-up setting is disabled.

I understand why the button isn't there when the setting is disabled, but there are cases such as for invite-only applications where I'd like to still see the Create Account button on this page so they can request to sign up.

Background: My application is in a "private" beta phase at the moment where users can hit sign up to request access, then we are manually allowing people in. It would be nice if after a user tries to log-in without an account they are still prompted to create an account or request access to the application. This would mean it would be possible for us to only use a sign-in button, instead of both a sign-in/sign-up button.

Screenshots of examples and setting I am talking about are attached
2 comments
J
A