Managing single sign on using passportjs for my own web applications - sharing login
问题 If I have 5 different web applications, all hosted on their own domains on different servers, could I use passport.js to create a single sign-on where users are redirected to a place to login for all web properties? Would I have to create my own custom strategy for this or there is a generic one I can use for this type of scenerio? 回答1: No matter if you are concern just for login or how ensure the authentication and authorization for your webs, apis and maybe your mobile apps, you will need :