Loading...

PWA Social Login

PWA Social Login

PWA (Venia) Social Login Extension simplifies the registration process by eliminating the requirement for clients to generate a new username and password.

Follow our precise step-by-step installation instructions to successfully set up the PWA Social Login add-on on your online shop.

You won't encounter any issues installing the PWA Social Login extension if you follow the instructions in our installation guide.

You can utilize this PWA plugin to restrict unregistered visitors from accessing specific parts of your website.

Purchase the Extension

Follow the steps below to install PWA Social Login:

Step 1: Purchase Magento Social Login

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 PWA Login Extension

Purchase this Extension to improve website security and user experience: PWA - 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: Upload Folder

In your root directory of PWA, upload the @elightwalk/sociallogin folder.

Step 2: Add Link in Dependencies

Add link to your extension in dependencies inside the package.json file of PWA root

"dependencies": { 
       "@elightwalk/sociallogin":   "link:./@elightwalk/sociallogin" 
            }  

Step 3: Add Trusted Vendors in PWA

Add Trusted Vendors to your extension in PWA root inside the package.json file of PWA root

"pwa-studio": {
         "trusted-vendors": ["@elightwalk"],
         }

Step 4: PWA Root Commands

Fire below commands in your terminal

yarn install
yarn build