Sign in
Magic-link sign-in. No passwords.
Drop your work email, click the link, and you land in your tenant's portal. First sign-in provisions a workspace on the Free plan. NextAuth + email-based one-time links — no shared credentials, no SMS, no SSO setup.
POST /api/auth/signin/nodemailer → magic link delivered GET /api/auth/callback/...?token=… ↳ creates user + tenant + role ↳ session JWT (HS256) ↳ redirect /app/dashboard

