Python Social Auth – User is authenticated with facebook but cannot access pages – Twitter API
I have an issue with Facebook authentication with Python Social Auth. I have login with Facebook, Google and Twitter. After login, I redirect the user to my dashboard at /user/dashboard with the use of login_redirect decorator. While it works fine…