Re: Single Page Application in Django

2016-03-08 Thread nikhil . ikhar
I m not sure if my first post went through or not. We are also trying to move to SPA using angular.js. While going to through this app https://github.com/Tivix/django-rest-auth, It seems that we have to use Token authentication on web and mobile. Session authentication is not an option. Is it

Re: Single Page Application in Django

2016-03-08 Thread nikhil . ikhar
I m also working on SPA with angular.js. One problem I have is regarding authentication. We have currently mixture of angular.js and html pages served by django but our new version will be SPA. Till now our project was using session authentication (web) & token authentication (mobile). I