I can't being logged with any social backend with Django 1.6b4.
I have debugged and I realized that the request var (strategy.request) is not the same when accessing to final view ("example.app.views.done") as the strategy.request, which is modified with the real logged user.
PS: The account association seems to work properly
I can't being logged with any social backend with Django 1.6b4.
I have debugged and I realized that the
requestvar (strategy.request) is not the same when accessing to final view ("example.app.views.done") as thestrategy.request, which is modified with the real logged user.PS: The account association seems to work properly