datashare
datashare copied to clipboard
Unable to logout
I have set-up DataShare server via Docker. However, when I try and log-out via the logout button, I get the fiollowing screeen:
To Reproduce Steps to reproduce the behavior:
- Login to data share server using a username and password
- Click on Logout
Expected behavior A window should come up asking for credentials.
Screenshots
Desktop:
- OS: e.g. WINDOWS
- Browser: e.g. Chrome, Edge
- Version: e.g. Version 100.0.1185.29
Hello @randolphgow, do you still experience this issue ?
This issue is stale because it has been open for 40 days with no activity.
Hello @randolphgow, do you still experience this issue ?
Yes. I just tested it with version 10.13.0 The same issue still exists with the server version. Once a user logsout he gets the page not found error
To create the user, did you use redis + basic auth?
Yes. The users are created in redis. No other settings were configured. We followed the manual for basic auth.
OK thanks, we are going to investigate this.
Hello @randolphgow The standard behavior of basic auth does not provide log out feature. The session will remain until the browser is closed or the browser's data is cleaned (ctrl+shift+del) Thanks to your feedback we will plan to enhance our UX/UI to prevent seeing a 404 page on "signout" in basic auth mode.