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
- The buyer clicks Sign In on any storefront
- They enter their email
- A 6-digit code is emailed — they paste it to complete login
- 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?