Skip to content

tamalchowdhury/kinde-convex-auth

Repository files navigation

Kinde Convex Custom Auth

This is a custom Kinde auth for Convex built on top of https://github.com/umuthopeyildirim/react-kinde-convex

Setup

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=

Usage

Open a terminal and run:

npm convex dev

Contunue with the instructions or check out this guide.

Setup a webook in Kinde.

Open another terminal and run:

pnpm start

About

Kinde auth app with Convex

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published