My project need to use the same passport session (login + password) i entered on my main server. The session must be used to connect me to another server automatically (when i click on a link).
Example : I login to my main server and i have a list of link of all other server hostname. When i click on a link, i must be logged in automatically.
I found these solution but i do no understand how it work. What i must do to other servers to catch the passport session provided by the main server and connect me automatically ?