"User Delete" endpoint expects DRF token despite rest_framework_simplejwt
auth backend being set
#833
Labels
rest_framework_simplejwt
auth backend being set
#833
As in the title, I've got simple Django app where I use
rest_framework_simplejwt
. Other flows like i.e. user's creation work flawlessly, although I've encountered an issue withDELETE
/users/me/
one, which responds with:Which seems to be a token from DRF Token Based Authentication I think?
The text was updated successfully, but these errors were encountered: