Skip to main content

Gate First Launch

EPIC: auth
Authentication
STORY: intro
As a first-time visitor I can swipe through the 3-beat intro carousel and skip or get started to reach Welcome.
AC: gate_first_launch
On a first launch (seenIntro=false) the unauthenticated boot lands on IntroPage, not WelcomePage.

first launch — boot lands on IntroPage

Expect:
  • seenIntro=false: AuthenticatedGuard redirects to IntroRoute not WelcomeRoute
  • WelcomePage is NOT shown on first launch