Auth Child Signup Success
EPIC:
auth
Authentication + Onboarding
STORY:
child_signup
As a child, I can sign up with a household code and a username to land in the household pending my parent's consent.
AC:
success
Submitting valid code + username + password + display name provisions auth, signs in, and links the child (pendingConsent).
initial state — Welcome page (unauthenticated landing)
Expect:
|
|
|
|
tap Sign in → sign-in page
User Actions:
|
|
|
|
tap child signup link → ChildSignupPage
User Actions:
|
|
|
|
enter code, username, password, confirm, display name
User Actions:
|
|
|
|
tap Submit → provisionChildAuth + signIn + signUpChild called
User Actions:
|
|
|
|