pennersr / django-allauth

Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication.
https://allauth.org
MIT License
9.51k stars 3.03k forks source link

Social Network Login Failure after starting to use SSL #1323

Closed bkoatz closed 8 years ago

bkoatz commented 8 years ago

Hi all

My login process was working until we started using SSL. In the providers section of your docs, y'all say that urls of the type 'http://example.com/accounts/twitter/login/callback/' work, but would something break once we start using https?

I change the Site object in my DB (connected to my Soundcloud SocialApp) to use https, and my redirect uris, is there anything else i need to do?

Thanks

Ben

pennersr commented 8 years ago

Over at Tw/FB/G where you are configuring the callback URLs you will have to set up things accordingly, so if you switch to https, edit the configuration there as well...