Introducing DRF Guard, a library for making simple to complex access rules.
14 views
Skip to first unread message
Yezileli Ilomo
unread,
May 9, 2020, 6:24:35 PM5/9/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django REST framework
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.