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.
在线搜索 oauth 会产生各种平台以及如何登录等,但没有关于如何自己提供 oauth 访问权限的资源。
我将如何构建一个允许第三方访问的平台?有教程吗?
最终我想制作一个passport插件,如果这有助于提出建议。
passport
你可以使用这些:
OAuthorize,这是一套用于实现 OAuth 1.0a 服务器的中间件。
OAuth2orize用于 OAuth 2.0。