You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Somehow I ended up with an expired Google+ access_token in my session, and was unable to login due to "The OAuth 2.0 access token has expired, and a refresh token is not available. Refresh tokens are not returned for responses that were auto-approved." I think google-plus/callback.php has a mistake in that it always prefers the stored access token over the token that is being received from Google.
The text was updated successfully, but these errors were encountered:
Somehow I ended up with an expired Google+ access_token in my session, and was unable to login due to "The OAuth 2.0 access token has expired, and a refresh token is not available. Refresh tokens are not returned for responses that were auto-approved." I think google-plus/callback.php has a mistake in that it always prefers the stored access token over the token that is being received from Google.
The text was updated successfully, but these errors were encountered: