Files
meteor/packages/service-configuration
Edimar Cardoso a036066611 Refectory mongo packages
- Using isomorphy async methods with the suffix Async;
- Changing tests to use async methods on client and server
- Fix tests
2023-01-16 22:47:48 -03:00
..
2022-11-14 08:20:31 -03:00
2016-08-30 15:40:14 -07: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.