Help center
Start here - our help center has everything you need to get started and answer many commonly asked questions.
When you signed up for Kinde we automatically created some keys for you that you can find in Settings.
To add your keys to your app, create a .env
file in the root of your app and add your Kinde keys to it.
KINDE_CLIENT_ID = "[YOUR_CLIENT_ID]";
KINDE_CLIENT_SECRET = "[YOUR_CLIENT_SECRET]";
KINDE_TOKEN_HOST = "[YOUR_KINDE_URL]";
KINDE_TOKEN_PATH = "/oauth2/token";
KINDE_AUTH_PATH = "/oauth2/auth";
KINDE_REDIRECT_ENDPOINT = "kinde_callback";
We recommend you add .env
to your .gitignore file so it does not end up in source control.
Start here - our help center has everything you need to get started and answer many commonly asked questions.
If you can’t find what you’re looking for in our help center - email our team. We’d love to hear from you.