Convex + Better Auth

Use Better Auth with Convex
🔥
[!IMPORTANT]
The Convex Better Auth component is in early alpha development.
If your use case isn't supported, a plugin doesn't work, you hit a bug, etc, please open a GitHub issue or reach out on Discord.
Full documentation and guides:
👉 convex-better-auth.netlify.app
Running examples
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
npx convex dev --once
npm run dev