This is a custom Kinde auth for Convex built on top of https://github.com/umuthopeyildirim/react-kinde-convex
Get your Kinde credentials from the kinde application (make sure you created a React single page app) and paste it to env file.
VITE_KINDE_CLIENT_ID=your_kinde_client_id VITE_KINDE_DOMAIN=https://your_subdomain.kinde.com VITE_KINDE_REDIRECT_URL=http://localhost:3000 VITE_KINDE_LOGOUT_URL=http://localhost:3000 VITE_KINDE_AUDIENCE="convex" # Deployment used by `npm convex dev` CONVEX_DEPLOYMENT= VITE_CONVEX_URL=Open a terminal and run:
npm convex devContunue with the instructions or check out this guide.
Setup a webook in Kinde.
Open another terminal and run:
pnpm start