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

AttributeError: 'GoogleAuth' object has no attribute 'do_auth' #786

Closed sid24ss closed 10 years ago

sid24ss commented 10 years ago

Version: 0.7.28

Been stuck on this for ages. I'm trying to follow the example here for client side authorization. I keep getting the AttributeError.

Is this some version incompatibility issue?

omab commented 10 years ago

do_auth() is just for OAuth1 and OAuth2 backends only, GoogleAuth is OpenId.

sid24ss commented 10 years ago

Shoot. Thanks. Didn't know that. Anyway, migrating to PSA now.

Close #786.

On Fri, Dec 27, 2013 at 9:29 AM, Matías Aguirre notifications@github.comwrote:

do_auth() is just for OAuth1 and OAuth2 backends only, GoogleAuth is OpenId.

— Reply to this email directly or view it on GitHubhttps://github.com/omab/django-social-auth/issues/786#issuecomment-31262090 .

Siddharth Swaminathan http://siddharthswaminathan.in/