[GH-ISSUE #158] Some suggestions for log in option. #78

Closed
opened 2026-04-08 16:50:13 +03:00 by zhus · 1 comment
Owner

Originally created by @laminux29 on GitHub (Dec 23, 2022).
Original GitHub issue: https://github.com/sigoden/dufs/issues/158

Suggestion:

  1. Add a user login button if no one log in.

2.Add a logout button if someone logged in.

3.Add a Label that displays the userName. Display Guest if no log in.

Originally created by @laminux29 on GitHub (Dec 23, 2022). Original GitHub issue: https://github.com/sigoden/dufs/issues/158 Suggestion: 1. Add a user login button if no one log in. 2.Add a logout button if someone logged in. 3.Add a Label that displays the userName. Display Guest if no log in.
zhus closed this issue 2026-04-08 16:50:13 +03:00
Author
Owner

@sigoden commented on GitHub (Feb 21, 2023):

pr #182 solves 1 and 3.

As for the second point, dufs supports two forms of login basic/digest auth. Both login methods use the browser's built-in login pop-up window. After closing the browser, you will be logged out, and you cannot manually log out in webpage

<!-- gh-comment-id:1437851008 --> @sigoden commented on GitHub (Feb 21, 2023): pr #182 solves 1 and 3. As for the second point, dufs supports two forms of login basic/digest auth. Both login methods use the browser's built-in login pop-up window. After closing the browser, you will be logged out, and you cannot manually log out in webpage
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#78