Re: django + OAuth2: Sessions

2015-01-01 Thread Collin Anderson
Hi, You could try asking on the python-social-auth email list if you haven't. https://groups.google.com/forum/?fromgroups#!forum/python-social-auth Collin On Tuesday, December 30, 2014 7:53:16 AM UTC-5, t.bakogiannis wrote: > > Hi everyone, > > I am using python-social-auth to implement login v

django + OAuth2: Sessions

2014-12-30 Thread Anastasios Bakogiannis
Hi everyone, I am using python-social-auth to implement login via Google, Github, ... The problem I am having is that after the user is redirected to Google or Github the sessionid is reset. I want to preserve the sessionid in order to associate it later with the username. I did some research but