Tag: flutter-graphql
-
How to do HTTP-Only Cookie based authentication using flutter and graphql api
0 I am currently using graphql_flutter: ^5.1.2 for fetching Graphql api. On the host server there is used httponly cookie based authentication. In react there is http only option for cookie but on graphql_flutter i can’t find any option like that . I already test this system using dio client . But it doesn’t work…