eg

Sign-in patterns

The sign-in screen is the gate between a returning shopper and their cart. The pattern depends on how much friction the brand will absorb in exchange for security, and how aggressively it wants to lean on third-party identity providers.

Amazon

Email and password form

The traditional pattern. A centred card with email, password, keep-me-signed-in checkbox, forgot-password link, and a secondary route into account creation. Still the default for marketplaces and large retailers.

Example of an Amazon-style sign-in page with email and password formsearchSign inuse your account emailEmailmaya.t@example.comPassword••••••••••showkeep me signed inforgot password?Sign innew here?Create an accountsecure · 256-bit encryption · privacyecommerceguide.com

> what's good

  • +Familiar to every shopper, zero learning curve.
  • +Password managers and autofill handle it natively.
  • +Works for shoppers who do not want a third party tied to their order history.

> what's risky

  • ·Forgotten passwords are the single largest source of account-recovery tickets.
  • ·Password reuse across sites means breaches elsewhere become breaches here.
  • ·Form friction at checkout drives shoppers to guest flows or abandonment.
Shopify default

Social SSO row with email fallback

Three social provider buttons stacked above a divider, then an email and password fallback below. The shopper picks the path of least resistance. Now standard on most modern checkouts and account pages.

Example of a Shopify-default social SSO row with Google, Apple and Facebook plus email fallbacksearchWelcome backsign in to continue checkoutGContinue with GoogleContinue with ApplefContinue with Facebookor with emailemail addresspasswordSign inby continuing you agree to our terms.ecommerceguide.com

> what's good

  • +Reduces friction for shoppers already signed into Google or Apple in their browser.
  • +Provider-side 2FA is inherited, raising baseline account security.
  • +Apple and Google identity flows give verified emails by default.

> what's risky

  • ·Adds vendor dependence, an outage at the provider blocks sign-in for that segment.
  • ·Fragmented identity, the same shopper can create multiple accounts via different providers.
  • ·Privacy-conscious shoppers actively distrust SSO buttons and bounce.

More account & post-purchase patterns