-
Notifications
You must be signed in to change notification settings - Fork 168
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
Stuck after session expired #7453
Comments
Apart from the reported bug, what do you mean by |
Not sure how it happens. I logged in yesterday, let it be, opened the browser tab today and this message appeared. |
Ah ok, then I understand that issue as well. There are two different ways to renew the token: with the (still valid) current access token before it expires or with a refresh token (which typically has a very long lifetime). Default oCIS uses the first way, meaning token renewal only works if the browser is open and you have a working internet connection / connection to the instance. If that's not the case and the token expires then you have nothing you can renew the token with -> the state that you described. Nothing wrong there (only the bug that you described initially), but I will discuss internally if we can hand out refresh tokens by default. |
Fixed by #7491 |
Steps to reproduce
Expected behaviour
Two options:
But maybe this is a required step so second option:
<a id="exitAnchor">exit</a>
Actual behaviour
Environment general
https://ocis.ocis-wopi.latest.owncloud.works
The text was updated successfully, but these errors were encountered: