I have added @permission_classes((IsAuthenticatedOrReadOnly,)) annotation on my view n on calling post without auth details it is allowing to post data?I have added @permission_classes((IsAuthenticat
I have added @permission_classes((IsAuthenticatedOrReadOnly,)) annotation on my view n on calling post without auth details it is allowing to post data?I have added @permission_classes((IsAuthenticat