I have a backend that is build on rest framework and uses python social auth for Google OAuth2 authentication. The app suddenly stopped working yesterday. And after spending a day the problem seems to be django 1.6.
Following combination seems to work properly:
Django - 1.5.5
Django rest framework - 2.3.8
python-social-auth-0.1.15
Without changing any code and simply migrating to 1.6 breaks Oauth. The failure which I see is also a little weird. It completes the process and I can the token generated and written to the database. I can see the cookie being sent properly. But somehow it keeps on saying "Authentication credentials not provided" and error 403.
thanks,
saurabh