Use Better Auth with Convex 🔥
Full documentation and guides: 👉 convex-better-auth.netlify.app
Note: The examples are not starters - the dependencies are set up to work locally within this repo. They can be adapted for standalone use, but are intentionally not set up for it.
- Clone or fork the repo
- Install root dependencies
npm install
- Install example dependencies
cd examples/<example-name>
npm install
- Initialize the database
npx convex dev --once
- Run the example
npm run dev