Use unrestricted API for user info#363
Use unrestricted API for user info#363sposs wants to merge 7 commits intopython-social-auth:masterfrom
Conversation
Given python-social-auth#335, I propose to change the URL. The default one is restricted in the number of queries per day.
|
The tests are failing, but I can't understand why... |
As the end point is not the same, the expected value was incorrect.
|
This pull request solves one issue (connection using iOS SDK with returns id_token, not access_token), but breaks the login via the /complete/google-oauth endpoint, because this uses the access_token, not the same as id_token. |
|
Solution: try both... |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
|
hello, |
Codecov Report
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Given #335, I propose to change the URL. The default one is restricted in the number of queries per day.