We are working on an app where we are planning to separate the client and backend. We will be creating a REST server which will serve as the common backend for three APPs namely Web App, Android Native App and iOS App.
We are not planning on having a local authentication and planning to stick to only Social Logins. We know that passport is the preferred option for MEXN stack. But I was not able to find enough resources online for Node+Restify+Passport+(Google|Facebook Idps)
If you have worked on this before or if you have any references please do share.
Emmanuel
You could use Firebase to handle social logins for the Web App