iMerica / dj-rest-auth

Authentication for Django Rest Framework
https://dj-rest-auth.readthedocs.io/en/latest/index.html
MIT License
1.67k stars 311 forks source link

cookie response on login #421

Open jkhales opened 2 years ago

jkhales commented 2 years ago

After upgrading from 2.2.4 to 2.2.5 the login call response returns

response = self.client.post(reverse('rest_login'),...)

response.json()['JWT_AUTH_COOKIE'] ==  '***' 
response.json()['JWT_AUTH_REFRESH_COOKIE'] ==  '' 

Where as before the upgrade, both of those values were actual tokens.