Loading...

ScandiPWA Social Login

ScandiPWA Social Login

The ScandiPWA Social Login Extension streamlines registration by eliminating the need for clients to create a new username and password.

You may use this ScandiPWA plugin to prevent unregistered visitors from viewing certain sections of your website.

To successfully install the Magento PWA Social Login add-on on your online store, follow our detailed step-by-step installation instructions.

If you follow the directions in our installation guide, you should have no trouble installing the PWA Social Login extension.

Purchase the Extension

To purchase this extension you have to follow these steps:

Step 1: Purchase Social Login Extension

Purchase this Extension to improve website security and user experience: Magento - Social Login

If you already purchased then follow the installation guide: Social Login

Step 2: Purchase Scandipwa Login Extension

Purchase this Extension to Enhance website security and user experience: ScandiPWA - Social Login

If you already purchased extension then use following link: Downloadable Products

Installation Process

To create this extension you have to follow below steps

Step 1 : Create Packages

Create packages folder in your scandipwa root.

Step 2: Upload Folder

In your root directory of Scandipwa, Upload @elightwalk/sociallogin folder to your packages folder.

Step 3: Add Link in Dependencies

Add file:packages/@elightwalk/sociallogin to your extension in dependencies inside the package.json file of Scandipwa root

"dependencies": {
   "@elightwalk/sociallogin": "file:packages/@elightwalk/sociallogin",
      }

Step 4: Add Extension in ScandiPWA

Add link to your extension in scandipwa root inside the package.json file of Scandipwa root

"scandipwa": {
       "extensions": {
           "@elightwalk/sociallogin":true
         }
      }

Step 5: Scandipwa Root Commands

Fire below commands in your terminal

npm install
BUILD_MODE=magento npm build