开发者

Security and API implementation - REST

I'm implementing an API using Django. One 1 service should be able to access 1 API url.

开发者_StackOverflow社区

I am wondering if there are any popular security practices that go beyond using username/password and SSL?

Is using sequential signature generation a popular practice?


You could try to use django-piston. It uses OAuth for authorization.


do not forget this Django REST framework:

django-rest-framework.org

I switched to this framework after trying tastypie for a while.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜