Welcome Bounce
EPIC:
auth
Authentication
STORY:
auth_routing
WelcomeRoute is unguarded; an authenticated user reaching it is bounced to Home via the guarded SignInRoute.
AC:
welcome_bounce
Tapping Sign in on Welcome while authenticated lands on Home (UnauthenticatedGuard on SignInRoute redirects there).
after sign-in warp — settled on Home
Expect:
|
|
|
|
deep-link to Welcome while authenticated
Expect:
|
|
|
|
tap Sign in CTA → UnauthenticatedGuard bounces to Home
User Actions:
|
|
|
|