Hello everyone, I need opinions on a small library I just made for creating simple to complex access rules for Django REST Framework(DRF). The library works with both class based DRF permissions, Django permissions and Django groups. This library allows you to build complex access rules in a very simple way and apply them directly to your endpoint and to a specific HTTP method(view action type). It allows you to combine permissions and groups with logical operators(And, Or & Not). Here is the link to the repository https://github.com/yezyilomo/drf-guard, Your opinions will be appreciated, you are also welcome to contribute if you're interested. Thank you.
-- You received this message because you are subscribed to the Google Groups "Django REST framework" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-rest-framework+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/django-rest-framework/39a5e045-65cc-4f11-a8c7-d997a452cfb8%40googlegroups.com.