Add connected apps
Integrations
Kinde works with edge worker services and providers. We have tested the following:
You will need to follow the edge worker service instructions linked above, to get things running. Here’s an example of how we set up Cloudflare Workers.
With server-side SDKs, you’ll need to handle JWT implementation (generate & validate JWT tokens) without relying on external libraries, so it is suitable to deploy within the Cloudflare environment. Here’s some docs to help.
Set up a Cloudflare account.
Install Wrangler. This is Cloudflare’s CLI.
Run the Wrangler login to authenticate into your Cloudflare account:
Create a repository to install dependencies using the below command. During this process, answer any questions best suited to your app:
Combine the folder created for Cloudflare + kinde sdk/starter kit.
Install Kinde dependencies if required. Here’s an example for React:
Deploy your project. We suggest you deploy to your local environment for testing.
You’ll get a link to see the changes.