How implement permissions like DRF in django-ninja?

Author: forrestkouakouCreated Jul 12, 2023Updated Jun 12, 2026

I'm starting a big project with django-ninja last week, I managed to implement a JWT authentication with python-jose and one feature my project heavily relies on is permissions like it works in DRF or DRF - Access Policy or other DRF-related packages. Can someone recommend me a way to achieve this?

PS: I noticed that there is a lot of stuff not available with django-ninja and that can be a problem in long term and I don't want to go back to DRF or something like fastapi