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.
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.