DRF-IAM Documentation ===================== .. image:: https://badge.fury.io/py/drf-iam.svg :target: https://badge.fury.io/py/drf-iam :alt: PyPI version .. image:: https://readthedocs.org/projects/drf-iam/badge/?version=latest :target: https://drf-iam.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status A powerful Django application that provides Role-Based Access Control (RBAC) for Django REST Framework applications. Easily manage permissions and roles across your API endpoints. Features -------- * 🔒 Role-Based Access Control (RBAC) * 🎯 Custom policy names for viewsets * 🔄 Seamless integration with Django's User model * ⚡ Easy to set up and configure * 📚 Comprehensive documentation Contents -------- .. toctree:: :maxdepth: 2 installation usage