flavors / django-graphql-jwt

JSON Web Token (JWT) authentication for Graphene Django
https://django-graphql-jwt.domake.io
MIT License
820 stars 171 forks source link

fix: added samesite attribute to delete_cookie #313

Closed IMZihad21 closed 1 year ago

IMZihad21 commented 1 year ago

Cookie delete requests are blocked by browsers without samesite attribute set for cross-site usage. delete_cookie function is working fine with this attribute set.

IMZihad21 commented 1 year ago

Seems like there was a PR open for this exact issue #295 .

My bad.