Djenesis / contributr

An online tool for programmers to find projects they can contribute to and project maintainers to find contributors.
MIT License
16 stars 16 forks source link

GitHub redirects to non-ssl after login #87

Closed ameistad closed 9 years ago

ameistad commented 9 years ago

When using django-allauth to authenticate with GitHub the callback url doesn't work with https://contributr.herokuapp.com/accounts/github/login/callback. It has to be set to http://contributr.herokuapp.com/accounts/github/login/callback, which is a non-ssl url.