meteor-link-accounts
meteor-link-accounts copied to clipboard
Link user to the multiple accounts from same services like multiple twitter/instagram accounts
I know you mentioned it in the readme, that this feature is not currently supported, just wanted to open an enhancement task for future.
https://github.com/yubozhao/meteor-link-accounts/blob/5ece9b9051929e1dc43befa1c406e1201843d154/link_accounts_server.js#L56
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.
We might want to explore this further. For example login from multiple self-hosted WordPress instances is one use case.