gplcart/social_login

Allows to register and log in users using credentials from their social network accounts


Keywords
php, ecommerce, shopping cart, gplcart, gplcart module, facebook-login, google-login, gplcart-module, oauth2, shopping-cart
License
CNRI-Python-GPL-Compatible

Documentation

Build Status Scrutinizer Code Quality

Social Login is a GPL Cart module that allows users to register and login to your GPL Cart site with their existing accounts from social networks.

Currently supported providers:

  • Facebook
  • Google+

In order to use this module you need to obtain OAuth 2.0 credentials from corresponding providers. You only need Client Id/App ID and Client secret/App Secret. For redirect URIs specify http://yourdomain.com/oauth

Installation

  1. Download and extract to system/modules manually or using composer composer require gplcart/social_login. IMPORTANT: If you downloaded the module manually, be sure that the name of extracted module folder doesn't contain a branch/version suffix, e.g -master. Rename if needed.
  2. Go to admin/module/list end enable the module
  3. Set up your API credentials and adjust other settings on admin/module/settings/social_login
  4. Test it! Log out then log in on http://yourdomain.com/login using a social network button