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

Provide logout option for web UI and ensure a _clear_ logout #630

Closed
haoming29 opened this issue Jan 10, 2024 · 0 comments · Fixed by #659
Closed

Provide logout option for web UI and ensure a _clear_ logout #630

haoming29 opened this issue Jan 10, 2024 · 0 comments · Fixed by #659
Assignees
Labels
enhancement New feature or request

Comments

@haoming29
Copy link
Contributor

With #625 merged in, we now have different user roles based on user's login credentials, and at least for our own demo purposes, it would be convenient to have the option to log out current signed in user to allow us switching between different users elegantly. While we can manually delete cookies, I figured that it's very flaky to do. Some of the user credentials still exists even if cookies are manually removed, which apparently is a bug. Let's fix the bug too.

@haoming29 haoming29 changed the title Provide logout option for web UI Provide logout option for web UI and ensure a _clear_ logout Jan 10, 2024
@haoming29 haoming29 added the enhancement New feature or request label Jan 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants