Sign-in isn't active yet

ClearShield uses Clerk for authentication. To turn it on:

  1. Create a free app at dashboard.clerk.com
  2. Copy the publishable key and secret into web/.env.local:
    NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=pk_test_...
    CLERK_SECRET_KEY=sk_test_...
  3. Restart the Next.js dev server.

← Back to app