mirror of
https://github.com/nspcc-dev/send-fs-neo-org.git
synced 2026-03-01 04:29:27 +00:00
Send privately #15
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @roman-khimov on GitHub (May 12, 2023).
We can add "send privately" function to send.fs.neo.org to make objects available only to users logged in with specified e-mail addresses. It can work by attaching additional attributes ("Receiver") and generating bearer token that allows GETs if there is a match (default EACL should prohibit GETting objects with this attribute). Some additional auth/non-auth redirecting URL might be needed as well.
@roman-khimov commented on GitHub (May 12, 2023):
Related to nspcc-dev/neofs-api#256, even though can be expressed now with
primary EACL table and
bearer.
@roman-khimov commented on GitHub (Aug 19, 2024):
Not before we solve https://github.com/nspcc-dev/panel-fs-neo-org/issues/174.