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

Link user to the multiple accounts from same services like multiple twitter/instagram accounts #56

Open abhaytalreja opened 8 years ago

abhaytalreja commented 8 years ago

I know you mentioned it in the readme, that this feature is not currently supported, just wanted to open an enhancement task for future.

MichaelJCole commented 8 years ago

https://github.com/yubozhao/meteor-link-accounts/blob/5ece9b9051929e1dc43befa1c406e1201843d154/link_accounts_server.js#L56

StorytellerCZ commented 5 years ago

This is currently not possible due to how Meteor services are structured. For the non-core packages it could be possible if the package for that provider is written in that style. In essence link-accounts is only a middle man.

StorytellerCZ commented 4 years ago

We might want to explore this further. For example login from multiple self-hosted WordPress instances is one use case.