This is a custom Kinde auth for 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 `pnpm convex dev`
CONVEX_DEPLOYMENT=
VITE_CONVEX_URL=
Open a terminal and run:
pnpm convex dev
Contunue with the instructions or check out this guide.
Open another terminal and run:
pnpm start