Skip to content

collinversluis/better-auth

 
 

Repository files navigation

Convex + Better Auth

npm version

Use Better Auth with Convex 🔥

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.

  1. Clone or fork the repo
  2. Install root dependencies
npm install
  1. Change to one of the example directories and install dependencies
cd examples/<example-name>
npm install
  1. If you haven't run this example before, initialize the database
npx convex dev --once
  1. Run the example
npm run dev

If you're making changes to the component, open a separate terminal and run the build watch task

npm run build:watch

About

Convex + Better Auth 🔥

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 91.1%
  • JavaScript 8.9%