Meteor-Community-Packages / meteor-link-accounts

Meteor link account package. based on this PR https://github.com/meteor/meteor/pull/1133
https://atmospherejs.com/bozhao/link-accounts
MIT License
116 stars 56 forks source link

Is it compatible with okland/accounts-phone? #66

Closed darkbasic closed 5 years ago

darkbasic commented 7 years ago

My app is going to use whatsapp-style authentication (okland/accounts-phone) and Facebook authentication (accounts-facebook). Is it possible to link both with meteor-link-accounts?

StorytellerCZ commented 6 years ago

accounts-facebook is included in this packages. okland:accounts-phone is not, but unless there is a major difference on how okland:accounts-phone manages authentication it should be simple to add it (just ask the creators or follow example from other services).