Steps to reproduce:
- Set
Editing token timeout to 1h
- Start editing a file
- Leave it open and try saving after 59minutes have passed
Expected result:
The save still works, since the hour hasn't passed yet
Actual result:
Save is not working.
It looks like the actual token validity is at tokenTimeout / 3. So for 1h set, the token will expire after 20min
Steps to reproduce:
Editing token timeoutto 1hExpected result:
The save still works, since the hour hasn't passed yet
Actual result:
Save is not working.
It looks like the actual token validity is at
tokenTimeout / 3. So for 1h set, the token will expire after 20min