My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more

NodeJS Restify Social Login

Gokul N K's photo
Gokul N K
·May 24, 2018

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.