Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

django social auth get wrong access_token from google oauth2 #467

Closed
petitchamp opened this issue Dec 13, 2014 · 1 comment
Closed

django social auth get wrong access_token from google oauth2 #467

petitchamp opened this issue Dec 13, 2014 · 1 comment

Comments

@petitchamp
Copy link

version 0.7.24
I am integrating google oauth2 to my website using django social auth. The problem is that with django social auth , I get an access_token like:

ya29.2QCqpS-uKGXMNOP8yZnN6Z-F5LfVnyd7jwa8TaLP43nTEp2NUPB_p7Hi

While with the code sample from google code the access token is like :

ya29.2QCVXKc7XSNR3QxqRVAi0Z8Uz6mvolDGpezbZ9_r_oq7CXt01WvE9oUb90HXaynOLE4J8PjA5pzYDB

The first one does not work while the second one works fine

does anyone have any idea on this ?

I even tried to compare the https request send to google , the parameters are identical same for url

I have completely no idea of this problem

@omab
Copy link
Owner

omab commented Apr 13, 2015

This is python-social-auth, django-social-auth was deprecated and I'm not dedicating time to support it anymore.

@omab omab closed this as completed Apr 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants