DEV Community

Discussion on: Django Rest Framework custom JWT authentication

Collapse
 
pathapatisivayya profile image
Pathapati Sivaiah

permission_classes = (IsAuthenticated,) is not working

{
"detail": "You do not have permission to perform this action."
}

please help any one