This tutorial will guide you through the process of deploying multiple MERN apps to a single digital ocean ubuntu VPS droplet Reference
Note: The entire login process cannot be handled from client side, backend integration required for some steps (Explained at Step-3).
In order to start with linkedin login, we need to first create out app in linkedin.
Note: If you have already created your app, click on
Go to My apps, select your app and then follow fromstep no 1.2
1.1: Go to https://developer.linkedin.com
How to configure multiple deploy keys for different private github repositories on the same computer without using ssh-agent
Let's say alice is a github.com user, with 2 or more private repositories repoN.
For this example we'll work with just two repositories named repo1 and repo2
https://github.com/alice/repo1
https://github.com/alice/repo2
You need to be to pull from these repositories without entering a passwords probably on a server, or on multiple servers.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| First request to server | |
| Request URL: http://localhost:3000/connect/facebook | |
| Request Method: GET | |
| Status Code: 302 | |
| /// | |
| Automatically Second request | |
| Request URL: https://www.facebook.com/dialog/oauth?client_id=497247197687117& | |
| redirect_uri=http://localhost:3000/connect/facebook&response_type=code&state=uSQ5kW | |
| Request Method: GET |
