AI AGENT ADDONS

Convex Setup Auth

get-convex/agent-skills

Adding login to your Convex app keeps user data safe. This guide helps you set up authentication with different providers. You can use Clerk, Auth0, WorkOS, or Convex's own system.

You will learn to protect your functions so only logged-in users can access them. You can also store user information in your database. The steps include installing packages, setting environment variables, and configuring the auth file.

Choose the provider that fits your app best. The guide includes official documentation and local reference files for each option. Follow the steps carefully to avoid common mistakes.

Add Convex Setup Auth skill to your workflow

Global

mkdir -p ~/.claude/skills/convex-setup-auth

Project

mkdir -p .claude/skills/convex-setup-auth

Source Repository

Stars
35
Forks
7
Watchers
35
Last Push
29 days ago
Created
5 months ago