meteor accounts mailru:Meteor帐户 mailru用于服务我的世界mail.ru

northwestern_78985 1 0 zip 2024-10-05 02:10:31

流星帐户mailru我的世界mail.ru帐户的登录服务。用法使用陨石将包添加到您的项目中:


$ meteor add mikepol:accounts-mailru

配置Mailru登录服务。您可以手动或使用GUI。

手动:只需将下一个代码添加到您的配置文件中。


if (Meteor.isServer) {

  ServiceConfiguration.configurations.remove({ service: 'mailru' });

  ServiceConfiguration.configurations.insert({ service: 'mailru', appId: 'yourAppId' });

}

用户评论
请输入评论内容
评分:
暂无评论