-
Notifications
You must be signed in to change notification settings - Fork 259
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
Yalp Store forces the user to relogin often #311
Comments
The issue should be mostly resolved if you use the built-in account. User's account should work when version 0.29 is out (in a couple of days). Keep in mind, that testing this requires time (quite obviously). I don't know a way to determine when the token expires, except waiting. Any observations are welcome. |
Actually, each time I open the app I'm asked to re-log into my account / yalp's one. Only happen when using root/system permissions for installation |
This is happening to me as well. |
After updating to 0.29 I disconnected and connected again. Now everything is working flawlessly including updating several apps in one go. |
Same, working flawlessly. Gj @yeriomin ! |
Thank you, it works now! :D |
0.29 works here as well, I'm using a custom account. Thanks! |
The issue is fixed properly for user's own account - no more timeouts. For built-in account the issue is fixed by detecting an error and requesting a new auth token automatically. |
There has been a change in Google API. The auth token which is used to sign all the requests to the Google API now has a limited validity time.
The text was updated successfully, but these errors were encountered: