Skip to content
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

Make sure that keeping the tab open for a day doesn't result in a session error #147

Open
rkalis opened this issue Sep 18, 2023 · 0 comments
Labels
good first issue Good for newcomers

Comments

@rkalis
Copy link
Member

rkalis commented Sep 18, 2023

If a Revoke tab stays open for more than 24h, the user's session cookie is not valid any more. Our code is set up to refresh the login after 12 hours, but I think there's some concurrency issue that causes the app to not realise the session is stale before the rest of the app tries to reload data.

CleanShot 2023-12-21 at 12 07 22@2x
@rkalis rkalis added the good first issue Good for newcomers label Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant