You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@convex-dev/better-auth

Package Overview
Dependencies
Maintainers
13
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@convex-dev/better-auth

A Better Auth component for Convex.

0.7.13
latest
Source
npmnpm
Version published
Weekly downloads
1.8K
-2.76%
Maintainers
13
Weekly downloads
 
Created
Source

Convex + Better Auth

npm version

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
  • Change to one of the example directories and install dependencies
cd examples/<example-name>
npm install
  • If you haven't run this example before, initialize the database
npx convex dev --once
  • 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

Keywords

convex

FAQs

Package last updated on 31 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts