-
Notifications
You must be signed in to change notification settings - Fork 42
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
Logout and display login dialog if token is invalid/expired #517
Comments
To clarify, currently the queue pauses if the token is invalid, but we need to automatically log the user out and display a customized version of the Login UI indicating that they have been logged out and should login again (or continue in offline mode). |
Also, here is a useful and relevant comment made by @emkll:
|
resolved in #750 |
Description
The queue should pause if it ever hits an auth error because it means the user token expired or is invalidated.
This will require the user to log out and log back in again.
The text was updated successfully, but these errors were encountered: