-
Notifications
You must be signed in to change notification settings - Fork 7
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
[Auth] Refresh Tokens expire abnormally and API respond with "invalid request" #82
Comments
cc @alexjomin |
Do you have the HTTP code of the response ? It will be easier to point it out in the nginx log. Thank you |
Mmm I wait for the error to happen again. |
Mmm I remember refresh_token are valid for 48 hours (#24) |
yes @josephpage it's look like a bug. We will give a look and let you know. |
Last times it happened :
|
Happened many times last week and today... |
Almost every 2 days, one of the refresh_tokens expires (out of a total of ~20), and the API respond with a enigmatic :
The only solution is the get a new refresh_token by manually enter the credentials in the consent screen. I don't have precise stats about this issue, but it is too frequent and serious enough for production environments. Happens since ... mmm... 4 months.
Just occurs this morning with a relatively new refresh_token got last week : 2017-08-30 10:37:40 UTC
If the refresh_token is expired for some reasons, the API should return a appropriate and explicit error message, to allow apps to properly handle the errors and send a renewal request to the account owner.
The text was updated successfully, but these errors were encountered: