go-http-file-server
go-http-file-server copied to clipboard
Suggestion: Logout button
Please add a "Logout" button to permit to change current authenticated user.
It could be nice to always see the current logged username on top/right of the page.
Since basic auth data is stored in client side, the only way to clear the auth info is to send an "401 Unauthorized" status to client. This results client popup a login dialog box. So currently logout function is not implemented.
Version 1.18.1 shows logged in username.