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

Handle silent logouts (expired authentication) more gracefully in the Argo UI #4430

Open
andrewjbtw opened this issue May 2, 2024 · 0 comments

Comments

@andrewjbtw
Copy link

When users are logged out of Argo after periods of inactivity, many buttons and links silently stop working. This generates confusion when functions on the show pages stop working because they require authentication. For example, many of the red buttons that carry out actions or pop up modals don't do anything if you are logged out - there generally isn't even an error message. The sections of the page that expand or collapse also don't operate as expected.

Argo should handle this situation more gracefully, either by presenting some feedback that indicates the user needs to log back in ("You have been signed out, please reload this page"), or by triggering re-authentication automatically, as happens when someone reloads the page or clicks on links to new pages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant