Skip to content

Document CLERK_WEBHOOK_SECRET and add it to .env.example #1

Description

@djproject-id

Problem: Production Clerk setups need CLERK_WEBHOOK_SECRET to sync user create/delete events to Supabase, but it is absent from .env.example, the README, and SUPABASE_CLERK_SETUP.md, so first-time users silently miss it.

What to do:

  1. Add CLERK_WEBHOOK_SECRET=your_clerk_webhook_secret_here (with a comment) to .env.example.
  2. Add a short "Webhook Setup" subsection to SUPABASE_CLERK_SETUP.md: where to find the secret in the Clerk dashboard and which events to listen for (user.created, user.deleted).

Acceptance: .env.example documents the variable; the setup doc explains webhook setup; npm run build passes.

Good first issue — documentation / DX.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationgood first issueGood for newcomers

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions