Node.js RESTful API 与亚马逊(如身份验证)
我正在寻找在 node.js 中构建 RESTful API,并希望使用 API 密钥和 API 秘密来对用户进行身份验证,就像 Amazon Web Services (AWS) 中的服务一样。
问题是从哪里开始,谷歌搜索让我找到了很多不相关的网站,我想知道是否有人对示例或骨架代码有一些好的网站建议?
谢谢里克
I'm looking to build a RESTful API in node.js and want to authenticate users with an API key and API secret musch like the service in Amazon Web Services (AWS).
The question is where to start, googling has lead me to a lot of irrelevant sites and I wondered if anyone had some good site suggestions of sample or skeleton code?
Thanks Ric
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是一个 oAuth2 提供程序模块。 oAuth 正在迅速成为 API 的标准。
https://github.com/AF83/oauth2_server_node
Here is an oAuth2 provider module. oAuth is quickly becoming the standard for API's.
https://github.com/AF83/oauth2_server_node