Open
Description
Hi,
I'm using rest_framework_simplejwt.authentication.JWTAuthentication in Django. Some users have limited access in the admin panel (Not POST)
With Postman when I'm connecting with Auth Basic, it works. But, with Bearer Token, permissions are not applied.
I think simplejwt overwrites the Django permissions.