mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #522] Support Authentication via Token #302
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 @sigoden on GitHub (Jan 2, 2025).
Original GitHub issue: https://github.com/sigoden/dufs/issues/522
Design Proposal
?token=<TOKEN>) or the request header (X-TOKEN: <TOKEN>).dufsservice is restarted.Why need this features
@fredleger commented on GitHub (Jan 28, 2025):
or even better trough saml for great entreprise use cases
@leoneltrich commented on GitHub (Feb 11, 2025):
I like the idea of tokens. Especially if it was a JWT! From a security standpoint, it would be great if the token was regenerated each time a user logs in using their password. I would use the Authentication header with Bearer for this. Especially with the possibility of JWT and the OAuth 2.0 standard in mind.