User-Restricted Resource Access for media endpoint? #1049
Closed
Comments
I just raised a new issue on this (trying to raise more attention as i think this is a fairly big issue). Thinking about it, maybe it is possible to do a pre-check:
|
Same as #1083 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm using the User-Restricted Resource Access feature by setting the AUTH_FIELD setting. I've also enabled the media endpoint for files uploaded as part of one of my apps endpoints.
But I noticed that users have access to each others files when using the media endpoint. (They can't access the resource the file is connected to because that endpoint is respecting the AUTH_FIELD setting).
I'd like for users only to be able to access media linked to resources they have access to. Is it feasible/desirable that this should be a part of Eve? If not does anyone have any advice how I could implement something myself to do this using the hook system or a custom Flask route maybe?
The text was updated successfully, but these errors were encountered: