gplcart/social_login

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

Installs: 2

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:gplcart-module

dev-master 2018-03-10 14:17 UTC

This package is not auto-updated.

Last update: 2024-04-14 00:28:25 UTC


README

Build Status Scrutinizer Code Quality

Social Login is a GPL Cart module that allows to register and log in users using credentials from their social network accounts.

Currently supported providers:

  • Facebook
  • Google+

Requirements:

In order to use this module you need to obtain OAuth 2.0 credentials from the 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