In the process of developing my app, I am utilizing backbone.js for the frontend and django-rest-framework for the backend. My goal is to enable user registration, login, logout functionality, and be able to verify whether a user is logged in using backbone.
While I have a good grasp on how django authentication functions and how drf handles authentication, I am unsure how to integrate these features into backbone.
Could someone please provide guidance on how to achieve this integration?