docs
  1. Storefront Application
  2. Features
  3. Login & Registration

Login & Registration

Overview

The Login and Registration page serves as the entry point for users to access their accounts or create new ones, ensuring a seamless shopping experience. It facilitates easy login and registration, allowing users to proceed with purchases quickly while later benefiting from features like order tracking.

Designed with a clean, minimal, and responsive layout, this page ensures a smooth experience across all devices. Below, you'll find details on key features, URL structure, and customization options for the login and registration flow.

Key Features

  1. Login & Authentication – Enables users to securely sign in with email and password, featuring built-in validation and error handling.
  2. Registration – Allows new users to create an account.
  3. IDP Login & Registration – Supports third-party authentication via Google, Apple, and other identity providers for seamless access.
  4. Forgot Password & Reset Password – Provides a secure password recovery process with email validation and reset link functionality.
  5. Easy Flow Switching – Users can effortlessly switch between login and registration using tab navigation and contextual links.

URL Structure

We maintain the following URL structure to ensure a consistent and predictable user experience:

  • /signin – Default login flow.
  • /signin?register=true – Registration flow.

This approach ensures users land on the appropriate flow while enabling deep-linking for specific scenarios (e.g., redirecting new users directly to the registration form).

Login and Registration Flow

The login and registration flow is managed by the Checkout Web Component. You can learn more about it here.

Customizing the Login and Registration Flows

For details on customizing your Login and Registration page, refer to our Customization Guideline.