← App

Sign in

Sign in with a User email from the database and the shared password from TS360_APP_LOGIN_PASSWORD in .env (no password column on User yet). Set TS360_SESSION_SECRET (16+ chars) for signed cookies; dev falls back to a default secret only in NODE_ENV=development.

First user: run npx prisma db seed — then use the seeded email (see prisma/seed.ts) and your app password.

Workspace orientation: onboarding checklist or quick alias /start.

Back to site