oauth_google_login: support refresh when refresh_token is still valid
When refresh_token is still valid google's endpoint does not include the current refresh token in the response when refreshing the token, we need to keep the current one.
This fixes user logout every one hour.
That the old implementation before c3488a67 was doing something similar in https://github.com/googleapis/oauth2client/blob/v4.0.0/oauth2client/client.py#L781
added 1 commit
- 65d2c6f3 - oauth_google_login: support refresh when refresh_token is still valid
added 9 commits
-
65d2c6f3...130047f0 - 8 commits from branch
master
- 40d752f4 - oauth_google_login: support refresh when refresh_token is still valid
-
65d2c6f3...130047f0 - 8 commits from branch
Please register or sign in to reply