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.
如果我同时拥有公钥和私钥,如何使用everyauth 使用node.js 执行非常简单的oauth 身份验证?与多步骤 facebook 类型的身份验证不同,我只想使用everyauth 来进行简单的经过身份验证的 REST 调用。
并且everyauth 是适合这项工作的工具吗?
你看过 Mikeals “Request”:https ://github.com/mikeal/request OAuth 示例。
如果您已经拥有公钥和私钥,则可以使用他的 OAuth 示例中的最后一部分。