mirror of
https://github.com/meteor/meteor.git
synced 2026-01-09 23:58:19 -05:00
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.