Buyer accounts & passwordless login

Last updated: April 2026

Buyers do not need a full account to shop, but they can create one to track orders, save addresses, and check out faster next time. Login is passwordless — buyers enter their email and receive a 6-digit code.

How a buyer signs in

  1. The buyer clicks Sign In on any storefront
  2. They enter their email
  3. A 6-digit code is emailed — they paste it to complete login
  4. Session persists across every merchant storefront on .techfleet.dev

Shared session across merchants

One buyer session works on every Techfleet-hosted storefront. A buyer who orders from Merchant A and later visits Merchant B is already signed in, and their saved address auto-fills.

What a buyer account stores

  • Email and optional name
  • Shipping addresses (multiple)
  • Order history across every Techfleet merchant they have purchased from
  • Marketing opt-in state per merchant
NOTE

A custom-domain storefront (e.g. shop.yourbrand.com) still shares the same buyer session layer under the hood, routed through .techfleet.dev auth endpoints.

Was this article helpful?