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:
- 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
- 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