0.6.1 • Published 6 months ago

@convex-dev/better-auth v0.6.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
6 months ago

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. Install example dependencies
cd examples/<example-name>
npm install
  1. Initialize the database
npx convex dev --once
  1. Run the example
npm run dev