What
A public page that renders a share snapshot without requiring login.
Behaviour
- Fetch share config from Supabase using token only
- If expired or is_active = false → show "This link has expired or been revoked"
- If passcode set → prompt for passcode before showing data
- If valid → render selected companies and fields in card layout
Important
- This route must be outside Clerk's auth wrapper
- Anon Supabase key only — never expose user_id or owner identity
- Footer: "Shared via FutureStack — futurestack.online"
Acceptance Criteria
What
A public page that renders a share snapshot without requiring login.
Behaviour
Important
Acceptance Criteria