How to authenticate DRF API calls from a JavaScript client using Session Auth

This article will describe an authentication strategy using Django REST Framework with a Javascript frontend application. I’ll be demonstrating this with Vue.js (Qusar Framework, using Vue 2), but the concepts should transfer to any other Javascript frame… Read more

Similar