是否很快就会尝试将 Django-Piston 与 OAuth-2 结合用于我的生产 API?
我们目前有一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我最近将 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.