service-configuration
Source code of released version | Source code of development version
Configure login services. Example:
ServiceConfiguration.configurations.upsert( { service: "weibo" }, { $set: { clientId: "1292962797", secret: "75a730b58f5691de5522789070c319bc" } } );
Read more in the Meteor docs and the Meteor Accounts project page.