go-http-file-server icon indicating copy to clipboard operation
go-http-file-server copied to clipboard

Suggestion: Logout button

Open fimmspin opened this issue 1 year ago • 2 comments

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.

fimmspin avatar May 06 '24 05:05 fimmspin

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.

marjune163 avatar May 06 '24 13:05 marjune163

Version 1.18.1 shows logged in username.

marjune163 avatar May 31 '24 13:05 marjune163