You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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?
The text was updated successfully, but these errors were encountered: