Github (github.com)Description: GitHub is a web-based Git repository hosting service, which offers all of the distributed revision control and source code management (SCM) functionality of Git as well as adding its own features.As of 2015, GitHub reports having over 9 million users and over 21.1 million repositories, making it the largest code hoster in the world.
|
Protocol
|
OAuth 2
|
Returned Data
|
userId, name, email, photo
|
Requires SSL?
|
No
|
How to Configure GitHub API for Magento
In this article you will learn how to find your GitHub API in order to setup the GitHub Login functionality. Please follow the step-by-step instructions below.
First of all, please, go to github.com/settings/applications.
Step-by-Step action:
|
- Go to the "Applications" tab in the main menu.
- Select the "Developer application" tab.
- Press on the "Register new application" button to start creating your application.
|
Step-by-Step action:
|
- Indicate the name for your application.
- Paste the homepage URL of your website.
- Provide application description.
- Indicate the Authorization callback URL. To find it, go to your backend-> Plumrocket-> Social Login Pro-> GitHub-> Callback URL.
- Press "Register application" button to finish.
|
Step-by-Step action:
|
- Here you can find "Client ID" of this application.
- Here you can find "Client Secret" of this application.
|
GitHub Integration in Magento Social Login Pro Extension
In this step you must update your Magento Social Login Pro Extension configuration. In your magento admin panel, go to "System" -> "Configuration" -> "Plumrocket Inc" -> "Social Login Pro" -> "GitHub" Tab.
Step-by-Step action:
|
- Paste Client ID into the relevant field of the "GitHub" tab in your backend.
- Paste Client Secret into the relevant field of the "GitHub" tab in your backend.
- Press "Save Config" button.
|
Configuration of Github Magento Social Login application is now completed.
GitHub Integration in Magento 2 Social Login Pro Extension
In this step you must update your Magento 2 Social Login Pro Extension configuration. In your magento 2 admin panel, go to "Plumrocket" tab in the main menu -> "Social Login Pro" section -> "Configuration" -> "GitHub" Tab.
Step-by-Step action:
|
- Paste Client ID into the relevant field of the "GitHub" tab in your backend.
- Paste Client Secret into the relevant field of the "GitHub" tab in your backend.
- Press "Save Config" button.
|
Configuration of Github Magento 2 Social Login application is now completed.
Next Step > Return to Social Login Pro API Reference