从社交媒体登录创建流星用户帐户
creating a meteor user account from a social media login
如何创建没有密码的 meteor 帐户?
我想在用户使用 facebook 或其他社交媒体网站登录时创建帐户。
userId = Accounts.createUser({ email: email}) //this doesnt work
add the accounts packages with the relevant login
更新:
对于 angular2,add the api as well
如何创建没有密码的 meteor 帐户?
我想在用户使用 facebook 或其他社交媒体网站登录时创建帐户。
userId = Accounts.createUser({ email: email}) //this doesnt work
add the accounts packages with the relevant login
更新: 对于 angular2,add the api as well