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

How to Set Cookie JWT Samsite with version 0.3.0 #293

Closed itzomen closed 2 years ago

itzomen commented 2 years ago

Hello, please how can I set the Same site attribute of the JWT cookie for version 0.3.0. I am currently using graphql_jwt with graphql_auth hence can't update to graphql_jwt version 0.3.4 since graphql_auth does not support the latest version.