mirror of
https://github.com/sigoden/dufs.git
synced 2026-06-07 23:16:54 +03:00
[GH-ISSUE #699] feat: Support custom TOKEN_EXPIRATION when generating a new token #4520
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 @Evilmass on GitHub (Apr 27, 2026).
Original GitHub issue: https://github.com/sigoden/dufs/issues/699
https://github.com/sigoden/dufs/pull/603/changes#diff-212eed958dda431dc3bf15be7424ef556201e53143bbe8b19bb80e19e22e5cd9R20
Specific Demand
Implement Suggestion
also for docker(compose) env value
@sigoden commented on GitHub (May 7, 2026):
The token is specially designed for #522, mainly to solve the issue where some Android browsers are unable to carry auth information when downloading links, resulting in download failures. It is not recommended to use it as a normal token.
@Evilmass commented on GitHub (May 7, 2026):
Okay, I'll tweak the code myself and use it.