是否很快就会尝试将 Django-Piston 与 OAuth-2 结合用于我的生产 API?

发布于 2024-11-14 18:59:48 字数 435 浏览 4 评论 0原文

我们目前有一个 Django 应用程序,它使用 Piston 来服务许多 API 端点,这些端点执行从应用程序读取和写入数据的混合操作。添加身份验证层,可能 OAuth-2 是我们开发中的下一个任务。列表。

我们应该继续使用 Django-Piston 组合,使用 Piston 具有的任何内置 OAuth-2 功能,还是寻找其他替代方案?

我还对在生产中使用 Django-Piston 和 OAuth-2 的网站列表感兴趣。我已经找到 http://www.slideshare。 net/tomatohater/dcpython-architecture-at-pbs-jun-7-2011 这非常有趣。

We've currently got a Django application that uses Piston to serve a number of API endpoints, which perform a mix of reading and writing data from the the application. Adding an authentication layer, probably OAuth-2 is the next task in our dev. list.

Should we proceed with the Django-Piston combo, using whatever inbuilt OAuth-2 functionality Piston has, or look for other alternatives?

I'm also interested in a list of sites using Django-Piston with OAuth-2 in production. I've already found http://www.slideshare.net/tomatohater/dcpython-architecture-at-pbs-jun-7-2011 which was quite interesting.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

不醒的梦 2024-11-21 18:59:48

我最近将 OAuth-2 包含在 Piston 中,正在开发一个 API。我们决定采用不同的方法进行数据验证/验证,但捆绑的 Oauth-2 运行得非常好。

I recently got the OAuth-2 included in Piston working on an API that is in development. We decided to go with a different method for data validation / verification but it the bundled Oauth-2 was working quite nicely.

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