C

convex-setup-auth

제작자:get-convex·#153위 트렌드

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

32.8K주간 설치 수
24
처음 본Today

설치

AI 에이전트에 다음 명령을 보냅니다.

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

선적 서류 비치

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