convex-better-auth-user-management

Community

Manage Better Auth user data in Convex easily.

Authorstrataga
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Manually verifying and updating Better Auth user data in Convex component tables is error-prone and time-consuming, especially when debugging login issues or testing development flows.

Core Features & Use Cases

  • View and audit Better Auth user data in Convex component tables (user, session, account).
  • Export data to JSONL, edit locally, and re-import to apply changes.
  • Temporarily bypass email verification in local development for rapid testing.

Quick Start

Run a typical workflow to inspect and adjust a user entry in the development environment:

  • View data: npx convex data user --component betterAuth --limit 20
  • Export: npx convex data user --component betterAuth --format jsonl > /tmp/ba-users.jsonl
  • Modify: edit /tmp/ba-users.jsonl to set "emailVerified": true for the target user
  • Reimport: npx convex import --component betterAuth --table user --replace /tmp/ba-users.jsonl --yes

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: convex-better-auth-user-management
Download link: https://github.com/strataga/claude-skill-inception/archive/main.zip#convex-better-auth-user-management

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.