I have one auth app using Passport and Express and it works as well on localhost:3000.
Now I have 6 other apps that needs the authentication.
How can I integrate them as a single login, like google?
Maybe using some cookie? Or any kind of shared session (does this exists?)