2
I’ve figured out myself.
Just add the following line to settings.py:
SOCIAL_AUTH_FIELDS_STORED_IN_SESSION = ('tgtid', )
Source:stackexchange.com
2
I’ve figured out myself.
Just add the following line to settings.py:
SOCIAL_AUTH_FIELDS_STORED_IN_SESSION = ('tgtid', )