enter image description here[[enter image description here](https://i.sstatic.net/oTr8Qx1A.png)](https://i.sstatic.net/yrSsiK30.png)
Django jwt cannot customize authentication return message
`{
"refresh": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ0b2tlbl90eXBlIjoicmVmcmVzaCIsImV4cCI6MTcyMjY3NzE5NCwiaWF0IjoxNzIyNTkwNzk0LCJqdGkiOiI2ZDJmMGMzYzg2MTc0MDhkODExMGZmZmMxZDUxYjIxOCIsInVzZXJfaWQiOjF9.lomSSwRHBLwzdfJgQUy4o-qxn9bb4_bF0ScNsRIDMWw",
"access": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ0b2tlbl90eXBlIjoiYWNjZXNzIiwiZXhwIjoxNzIyNTkxMDk0LCJpYXQiOjE3MjI1OTA3OTQsImp0aSI6ImYwZmI2MjI5ZGQ1YjRlZDhhMWNmZGY5MGE5ZDRkZWViIiwidXNlcl9pZCI6MX0.Va9l4cPqomfSeI3emtqjlczlho2fzkVvSerQ-_jWR0w"
}
`
'DEFAULT_SCHEMA_CLASS': 'rest_framework.schemas.coreapi.AutoSchema'
New contributor
dapao luo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.