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?
2 Replies
Agree. Kinde API. Start with this topic: https://docs.kinde.com/developer-tools/kinde-api/get-access-token-for-connecting-securely-to-kindes-api/
Kinde docs
Connect securely to Kinde’s API
Our developer tools provide everything you need to get started with Kinde.
Alrighty will do, thanks peeps