crud
crud copied to clipboard
CrudAuth.filter is not respected by PUT endpoint
Hi :)
According to the documentation, the filter parameter inside the AuthGuard decorator should modify/append Auth related condition to the service queries.
However, it seems that those conditions are not being respected when executing the PUT endpoint. It does respect when trying everything else (GET, PATCH etc.).
Any idea?
Thanks
Hi, I'm also interested in the resolution of this issue. I'm wondering if it's related to #384 and/or #633 as well
I have the same issue. PATCH is honored as I get a 404 if I want to access another users models, but for PUT I can manipulate different IDs via the URL...