Skip to main content

Gate Returning User

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_returning_user
A returning user (seenIntro=true) boots straight to WelcomePage, skipping IntroPage.

returning user — boot lands on WelcomePage

Expect:
  • seenIntro=true: AuthenticatedGuard redirects to WelcomeRoute not IntroRoute
  • IntroPage is NOT shown to returning users