I am currently using graphql_flutter: ^5.1.2
for fetching Api. On the host server it use http only cookie based authentication with GraphqQL.
So How can I setup http-only cookie based authentication on my flutter project ?
I am currently using graphql_flutter: ^5.1.2
for fetching Api. On the host server it use http only cookie based authentication with GraphqQL.
So How can I setup http-only cookie based authentication on my flutter project ?