Connect multiple OAuth providers in Meteor


Summary of my bookmarked Github repositories from May 26th, 2015

Github repositories

  • mondora/mondora-connect-with

    "connect-with" is a Meteor package that allows users to connect multiple OAuth providers, such as Google and Facebook, to a single user account. After connecting multiple services, users can log in using any of their chosen providers. The package provides a simple setup process and includes an API function, `Meteor.connectWith(serviceName, [options], [callback])`, to connect services. The developer has future plans to support all OAuth services and add the ability to set credentials to an existing connected account. They also welcome contributors to enhance the "connect-with" functionality in the accounts-ui interface.