This guide walks through adding Convex Auth (email/password) to an existing Convex project. It covers backend setup, JWT keys via the Convex CLI, and a minimal React frontend pattern.
- A Convex project with
convex/and at least one deployment (runnpx convex devonce). - Node 18+.