How to allow customers to log in via social media accounts (Google, Facebook, Twitter etc.) on the checkout?

How to allow customers to log in via social media accounts (Google, Facebook, Twitter etc.) on the checkout?

The One Step Checkout Lite and Pro packages do not provide the option to allow customers to log in to their accounts using social media. However, this feature is incorporated in the Premium package via the Social Login for Magento 2 extension. 

The Social Login streamlines the registration process for new customers by allowing them to sign-up using their social media accounts. To enable this option, proceed to Stores → Configuration → Amasty Extensions → One Step Checkout → General and enable the Social Login on Checkout option: 



As a result, the block with social buttons for login will be displayed on the checkout page: 



Out of the box, the extension supports Twitter, Facebook, Google, LinkedIn, Instagram, Amazon, PayPal, Twitch. 
      • Related Articles

      • What features are included in each tariff plan of One Step Checkout?

        LITE One Step Checkout extension - all checkout sections on one page; - customizable design (layout, color scheme, address formatting, default values); - delivery options: delivery date calendar, delivery time interval, delivery comment; - Google ...
      • One Step Checkout API

        1. Amasty\Checkout\Api\AdditionalFieldsManagementInterface - class for managing additional fields for logged-in users: POST /V1/amasty_checkout/carts/:cartId/amcheckoutFields, method="save" - save a field for a specific cart by ID; POST ...
      • One Step Checkout does not appear on Hyva theme. What should I do?

        To ensure the compatibility of One Step Checkout extension with Hyva, please follow the below steps: Step 1. Install the Hyva compatibility packages, that can be accessed via composer: composer ...
      • Social Login | GraphQL methods

        Queries amSocialLoginAccountData description: get a list of linked accounts amSocialLoginButtonConfig description: get information about Social Login button configurations Mutations amSocialLoginLinkAccount (type: String!) description: link account ...
      • Is One Step Checkout compatible with default Magento In-Store Pickup delivery method?

        One Step Checkout Pro and Premium versions are compatible with In-Store Pickup delivery method through a separate compatibility package. To install it via composer, simply use the following command: composer require ...