Skip to main content

Authenticated Launch

EPIC: auth
Authentication
STORY: auth_routing
AuthenticatedGuard allows an already-authenticated session to reach Home; no Welcome interstitial, no duplicate Home.
AC: authenticated_launch
After signing in, the user is on exactly one HomePage with no WelcomePage in the tree.

authenticated — on Home, no Welcome, no duplicate

Expect:
  • After authentication the app lands on exactly one HomePage
  • WelcomePage is not in the tree when the user is signed in