omab / django-social-auth

Django social authentication made simple
https://groups.google.com/group/django-social-auth
BSD 3-Clause "New" or "Revised" License
2.65k stars 756 forks source link

unsafe redirect with protocol #805

Closed strelnikov closed 7 years ago

strelnikov commented 10 years ago

Raise 400 'unsafe redirect with protocol' returned in case of settings.py LOGIN_REDIRECT_URL = 'dashboard:home'

works well with LOGIN_REDIRECT_URL = '/app/'