borislav333

Results 1 issues of borislav333

https://github.com/iMerica/dj-rest-auth/blob/8a460ecf9a72aec269b75160e5c97f7ed608e247/dj_rest_auth/jwt_auth.py#L60 https://github.com/iMerica/dj-rest-auth/blob/8a460ecf9a72aec269b75160e5c97f7ed608e247/dj_rest_auth/jwt_auth.py#L62 Please add **samesite** parameter to the **delete_cookie** function, because in Chrome for example the cookie cannot be deleted. When i add `samesite='None'` all is okay.