Home > Back-end >  Django rest framework jwt {"detail": "You do not have permission to perform this acti
Django rest framework jwt {"detail": "You do not have permission to perform this acti

Time:04-29

I am trying to make a request using django-rest-framework and enter image description here

If this isn't the right documentation or package, please send a link to the correct one along with the location that says to use Token (which is actually how simple_jwt works, not this package).

In your settings file you actually override all the default settings, when you only need the ones you want to change. In this list, at the bottom, I see this:

    'JWT_AUTH_HEADER_PREFIX': 'JWT',
  • Related