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
Requires
This package is not auto-updated.
Last update: 2024-12-22 04:06:40 UTC
README
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:
- 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
- Download and extract to
system/modules
manually or using composercomposer 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. - Go to
admin/module/list
end enable the module - Set up your API credentials and adjust other settings on
admin/module/settings/social_login
- Test it! Log out then log in on
http://yourdomain.com/login
using a social network button