I am trying to implement jwt authentication for my project. I used django-rest-auth for authentication. The official rest-auth docs says.
Add the following configuration value to your settings file to enable JWT authentication.
REST_USE_JWT = True
But its returning token with user info. not acces
and refresh
token.