You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alteration (enhancement/optimization) of existing feature(s)
New behavior
Description
Is there a way to implement Object Level Permissions? Something similar to what we have on Django Rest Framework. This would enable us to determine if a user has access to a particular object or model instance
This would be a great help in a multi-tenancy system where some users would have the same permissions but would only be able to access certain model objects
The text was updated successfully, but these errors were encountered:
Aside: Django rest framework doesn't have object-level permissions out of the box, it usually uses django's permissions framework, to which you can add django-guardian in order to add object-level permissions.
It's the same with strawberry, it integrates with django-guardian to achieve this, and if you search for guardian in the django strawberry docs you'll find it there.
Uh oh!
There was an error while loading. Please reload this page.
Feature Request Type
Description
Is there a way to implement Object Level Permissions? Something similar to what we have on Django Rest Framework. This would enable us to determine if a user has access to a particular object or model instance
This would be a great help in a multi-tenancy system where some users would have the same permissions but would only be able to access certain model objects
The text was updated successfully, but these errors were encountered: