The django-allauth readme contains specific info on how to set up authentication using several providers, but not Github.
I would assume based on the general pattern given that the correct callback url for github is
http://example.com/accounts/github/login/callback/
However, github won't let me sign up at https://github.com/settings/applications using that callback, and says "Callback URL is invalid.
What's the correct URL?