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

Session Management #360

Closed
Tracked by #301
maany opened this issue Sep 21, 2023 · 1 comment
Closed
Tracked by #301

Session Management #360

maany opened this issue Sep 21, 2023 · 1 comment
Assignees
Milestone

Comments

@maany
Copy link
Member

maany commented Sep 21, 2023

Auto logout user when rucio token expires.
Test that the correct user is always set as active user in the session

@maany maany mentioned this issue Sep 21, 2023
16 tasks
maany added a commit to maany/webui that referenced this issue Sep 21, 2023
@maany
Copy link
Member Author

maany commented Sep 21, 2023

@ThePhisch we would have to add a header/banner to the login page. If a user is logged into multiple accounts, they should be able to switch to a valid account using the banner even from the login page.

Since #362, the middleware will redirect the user to the login page, if the currently active account has an invalid token. In the scenario where multiple accounts were present in the session, the middleware does not switch the user to a particular account. It is up to the frontend to get the user to either login to the account where the invalid rucio auth token was found or select another account

maany added a commit that referenced this issue Sep 21, 2023
@maany maany modified the milestones: 33.0, 34.0 Jan 12, 2024
@maany maany modified the milestones: 34.0, 35.0 Apr 5, 2024
@maany maany closed this as completed Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants