Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要通过 OAuth2 实现一个带有 trakt.tv 服务的新帐户包。我如何使用account-facebook或其他已经实现的来源来创建我自己的?
这已经在这里得到了回答,在简历中,您需要创建一个
local package
并查看meteor-accounts-stripe以了解如何创建新的OAuth package
OAuth package
如果您查看 GitHub 上的Meteor 包,您可以对解决方案进行逆向工程。
另请参阅 Meteor 的Accounts项目页面。