SalesforceCommerceCloud / pwa-kit

React-based JavaScript frontend framework to create a progressive web app (PWA) storefront for Salesforce B2C Commerce.
https://developer.salesforce.com/docs/commerce/pwa-kit-managed-runtime/guide/pwa-kit-overview.html
BSD 3-Clause "New" or "Revised" License
285 stars 135 forks source link

@W-16909794 - Add passwordless/social login UI buttons to Checkout page #2105

Closed yunakim714 closed 1 week ago

yunakim714 commented 3 weeks ago

Description

To enable social and passwordless login in the PWA Kit, we need to ensure that these login methods are also available in the Checkout flow. Today, users can either check out as a GUEST or log in with an email and password.

If a customer has enabled social and/or passwordless login, we want to add these as login options.

Types of Changes

Breaking changes include:

  • Removing a public function or component or prop
  • Adding a required argument to a function
  • Changing the data type of a function parameter or return value
  • Adding a new peer dependency to package.json

Changes

How to Test-Drive This PR

Checklists

General

Accessibility Compliance

You must check off all items in one of the follow two lists:

or...

Localization