I have a public-facing REST API, which uses django-rest-framework and Django 1.8. The API currently requires no authentication. As part of the same web application, on the same domain, I have a JavaScript front-end which consumes the API. I have a public-facing REST API, which uses dja