Kinde SDKs
SDKs and APIs
Once you’ve got a Kinde business and domain, you’re ready to get started.
You’ve got a couple of options:
Browse our SDK documentation for the one you want.
SDK documentation contains language-specific instructions for connecting to Kinde. The steps in this document provide an overview of what you need to do.
If we don’t have the language or framework you’re looking for, and you’re an experienced developer, try using Kinde without an SDK. You can also request an SDK.
Next, you’ll want to connect your code base to the application you set up in Kinde.
Follow these steps to add a new application to Kinde. Kinde also comes with a couple of pre-built applications and you can use those ones if they suit.
Sign in to Kinde and go to Settings > Applications.
View details of your application in Kinde and scroll down to copy the App keys. You’ll need to add these to your project’s .env
file.
While you are viewing the application details, set the callback and redirect URLs for your app.
These define where a user goes when they sign in to you app. You need to set these in order to enable users to sign up.
Enter default localhost details, such as below. Note that http://localhost:3000
is an example of a commonly used local development URL. It should be replaced with the URL where your app is running.
You can add other URLs later, when your production environment is ready to go live or you set up a custom domain.
Your code base will include an .env file (or something similar) for storing configuration information. Add the Kinde app details you copied at step 3 to your .env file
Here’s an example from the Next.js app router SDK. You replace <your_kinde_client_id>
, <your_kinde_client_secret>
, and <your_kinde_subdomain>
with the Kinde app details.
After you complete the previous steps, you should be able to register your first user.
Register your first user by signing up yourself. To view the user, go to the main Users page in Kinde.
Continue through the SDK to complete other configuration tasks. Then follow the link in step 7 below for a list of other set up tasks.
Start configuring Kinde to work the way you want by exploring common set up tasks and customizations. That’s when you’ll really start to build your business on Kinde.