KONTAINER LABSSign in

Clerk setup required

Connect your Clerk keys to activate accounts.

The portal routes are installed, but authentication cannot protect client data until `NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY` and `CLERK_SECRET_KEY` are added to `.env.local`.
Step 01Clerk

Create application

Open Clerk Dashboard, create a KONTAINER LABS app and enable the sign-in methods you want, including MFA/2FA.

Step 02Keys

Add environment keys

Copy `clerk.env.example` to `.env.local`, then replace the publishable and secret keys with the real Clerk values.

Step 03Restart

Restart local server

Restart `npm run dev` after editing `.env.local`. The dashboard will then redirect unauthenticated users to `/sign-in`.