Production Access

Daily logs and photo access behind a proper auth boundary.

This portal is being built for live construction operations. Auth, session handling, and account provisioning are part of the production foundation, not cleanup work for later.

Protected now

All app routes except the login flow and auth callback are protected by middleware and server-side session checks.

Provisioning

First successful sign-in creates a linked application user row from the Supabase auth identity.

Reset password

Request a secure recovery link and finish the password update from your email.