2

I would like that user could link his or her account on my Meteor site to multiple external authentication mechanisms, so that he or she can use any of them and get into the same common account on the site. The idea is that user can authenticate against Facebook and Twitter and then my site can use API for both to Facebook and Twitter to interact in the user's name. What is the best way to do that? So to allow user, once user is already logged in, to "link" to additional authentication mechanisms. And that no matter which authentication mechanism he or she uses, the user gets the same user account/object after login?

Mitar
  • 6,756
  • 5
  • 54
  • 86

2 Answers2

0

This looks like a solution for this (not straightforward):

http://ondrej-kvasnovsky.blogspot.com/2013/07/meteor-how-to-login-with-github-account.html

Christian Fritz
  • 20,641
  • 3
  • 42
  • 71
0

Try mondora-connect-with package (here or here).

trejder
  • 17,148
  • 27
  • 124
  • 216
Bruce Yong Li
  • 1,186
  • 1
  • 10
  • 20