In my last post, I talked about quickly creating a bare-bones RESTful web service for an existing Django application using TastyPie. In this article we'll explore a few ways to tighten up security on your new API, along with adding the ability to POST, PUT and DELETE to the API.The post TastyPie Part 2 - Limiting Access To Your API appeared first on Patchwork Dev.