I'm moving from django-social-auth directly to p-s-a and am unable to login with any of our standard providers (LinkedIn, Twitter, Github). It's hard to spot where things are going wrong, so I'm walking it through and noticed that there doesn't appear to be support for these two post-auth redirects to custom views:
SOCIAL_AUTH_NEW_USER_REDIRECT_URL = '/accounts/socialauth/new/'
SOCIAL_AUTH_LOGIN_REDIRECT_URL = '/accounts/socialauth/welcome-back/'
I hope i've just missed something in the docs - is there still this distinction made somewhere?
I'm moving from django-social-auth directly to p-s-a and am unable to login with any of our standard providers (LinkedIn, Twitter, Github). It's hard to spot where things are going wrong, so I'm walking it through and noticed that there doesn't appear to be support for these two post-auth redirects to custom views:
SOCIAL_AUTH_NEW_USER_REDIRECT_URL = '/accounts/socialauth/new/'SOCIAL_AUTH_LOGIN_REDIRECT_URL = '/accounts/socialauth/welcome-back/'I hope i've just missed something in the docs - is there still this distinction made somewhere?