mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #611] Edge auth bug #365
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bropines on GitHub (Aug 10, 2025).
Original GitHub issue: https://github.com/sigoden/dufs/issues/611
Problem
For some reason, only in Edge, if you log out of your account and then try to log in again, it doesn't even ask for your password. Even in incognito mode.
Configuration
Log
Screenshots/Media
Environment Information
Version 139.0.3405.86 (Official Build) (64-bit version)Android 15 (Termux)cloudflared@sigoden commented on GitHub (Aug 10, 2025):
I cannot confirm the bug. Even if Edge has this bug, the DUFS layer cannot handle it.
@bropines commented on GitHub (Aug 10, 2025):
Then the question is different. For a web client, is it possible to make authentication in cookies so that it is temporary, or is it a clutter and standard http auth is enough?