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.
我正在寻找在 node.js 中构建一个 RESTful API,并希望使用 API 密钥和 API 秘密 musch 对用户进行身份验证,就像 Amazon Web Services (AWS) 中的服务一样。
问题是从哪里开始,谷歌搜索把我带到了很多不相关的网站,我想知道是否有人对示例或骨架代码有一些好的网站建议?
谢谢瑞克
这是一个 oAuth2 提供程序模块。oAuth 正在迅速成为 API 的标准。
https://github.com/AF83/oauth2_server_node