Saturday 11 November 2017

Express app with multiple Passport Auth strategies

I’m building an app with Node, Express and React. I’m planning on using multiple PassportJS strategies, Facebook, Google and Twitter. Is it common practice to ‘join’ or ‘link’ accounts? My concern is that a user may login via Facebook, then login via Twitter and they’d be classed as two separate users, whereas I’d ideally link their social media accounts together. Is this a common practice?

Submitted November 11, 2017 at 07:33PM by tomhanson

No comments:

Post a Comment