Corppy Edge

Passwordless entry for the Cloudflare-native rebuild.

Public auth now runs through `platform-api` with D1-backed identities, sessions, and account selection. This page is the first real entrypoint into the edge workspace.

Platform Sessions

Magic-link start, verify, and session resolution run against the new shared service.

Shared Cookies

The public app sets `session` and `account` cookies for the rest of the edge stack.

Isolated Services

Once authenticated, the customer app composes domain services instead of talking to Rails.

Current Phase

  • The verification code is intentionally shown in the UI until `communications-api` owns delivery.
  • Account creation happens automatically on first successful verification.
  • The next slice is wiring the same session into formations, billing, and document upload flows.

Workspace Entry

Start a passwordless session

Enter the email you want to attach to your Corppy workspace. The platform service will provision an identity and a default account on first verification.

Need context?

The public shell only handles entry and routing. Once a session exists, the customer workspace composes shared platform data with isolated service stacks.

Read the architecture notes