Open agent-Y opened 1 year ago
Same here
to reproduce the issue, please provide the version of Django and other dependency packages. @LuizDMM , @agent-Y
I found that this error occurs when using the latest version of dj-rest-auth. And downgrading dj-rest-auth now returns a refresh_token. @2ykwang @LuizDMM
The documentation says that to return the refresh token you have to set JWT_AUTH_HTTPONLY=False https://dj-rest-auth.readthedocs.io/en/latest/configuration.html#jwt-auth-httponly
I am trying to use it in conjunction with dj-rest-auth, but it does not return a refresh token.
this is my settings.py