MALEV0L3NT
Explore posts from serversKKinde
•Created by MALEV0L3NT on 11/9/2024 in #💻┃support
Get Logo From User Org
Hi guys,
I'm just wondering if it's possible to retrieve the organization logo (or logo link) from the organization object in next.js. I'd like to be able to display the user's logged in organization logo within my app but I'm not sure if or how that's possible.
3 replies
KKinde
•Created by MALEV0L3NT on 10/12/2024 in #💻┃support
Create Kinde Users Within Application
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 replies
KKinde
•Created by MALEV0L3NT on 3/26/2024 in #💻┃support
Is it possible to have teams in my Kinde application?
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?
4 replies
KKinde
•Created by MALEV0L3NT on 3/7/2024 in #💻┃support
Seamlessly integrating a separate marketing and application site
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
13 replies