C

convex-setup-auth

Von:get-convex·#153 im Trend

Install the convex-setup-auth skill for your AI agent. Published by get-convex/agent-skills.

32.8Kwöchentliche Installationen
24Sterne
Zum ersten Mal gesehenToday

Installation

Senden Sie diesen Befehl an Ihren KI-Agenten:

npx skills add https://github.com/get-convex/agent-skills --skill convex-setup-auth

Dokumentation

Set up Convex authentication with the right provider, user management, and access control patterns.

  • Supports multiple auth providers: Convex Auth, Clerk, WorkOS AuthKit, Auth0, and custom JWT, with provider detection from repo signals
  • Guides you through choosing a provider, configuring client and backend wiring, environment variables, and convex/auth.config.ts setup
  • Covers authentication checks in protected functions, optional app-level user storage, and authorization patterns for ownership and roles
  • Includes reference files for each provider with concrete workflows, expected files, gotchas, and validation steps