Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个需要为其编写 API 的 iOS 应用程序,并且我想使用 Django 作为后端。但是,我不断遇到各种我不想禁用或忽略的安全功能,例如接受 POST 请求时的反 CSRF 措施。
有没有关于使用 Django 作为 API 后端的文献?一般而言,API 安全性如何?这甚至是个好主意吗?
您可能想查看django-piston。它是一个不错的 django 框架,用于创建 RESTful API。