Node.js RESTful API 与亚马逊(如身份验证)

发布于 2024-12-13 23:01:28 字数 180 浏览 3 评论 0原文

我正在寻找在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

零度℉ 2024-12-20 23:01:28

这是一个 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文