Skip to main content

Auth Authenticated Guard Cold Member Unauthenticated Stays Out

EPIC: auth
Authentication
STORY: authenticated_guard_cold_member
The cold-read fix changes only the authenticated-but-member-loading case; an unauthenticated visitor is still gated out.
AC: unauthenticated_stays_out
With no session the guard lands the anon landing (Welcome), never Home or Setup.

no session — on the Welcome landing

Expect:
  • an unauthenticated visitor is gated to the anon landing
  • auth is not weakened — no Setup without a session
  • auth is not weakened — no shell without a session
Events:
  • [ANALYTIC] [page]: WelcomeRoute