Open chibenwa opened 4 months ago
Expectation:
GIVEN network failure (connect timeout, etc...) AND expired OIDC access token WHEN user performs action (read cached / not cached mails, send mails in sending queue) THEN user is not logged out and actions are done as if tokens were not expired.
Notes: beware of regression!
After expirations of the access token?
yes, no problem of token expiration in offline mode (after offline mode too)
Description
Expectation:
GIVEN network failure (connect timeout, etc...) AND expired OIDC access token WHEN user performs action (read cached / not cached mails, send mails in sending queue) THEN user is not logged out and actions are done as if tokens were not expired.
Notes: beware of regression!