Not sure how to figure title tbh.
I have API BE which needs to be fetched from flutter mobile app. It needs to fetch cookies (session) save and set on each request for each device. (if you get what im asking)
Is this possible? Im asking this cause some guys are telling its not possible, it needs to be more like getting token in body, but whole BE is made to work with cookies sessions.
I have API BE which needs to be fetched from flutter mobile app. It needs to fetch cookies (session) save and set on each request for each device. (if you get what im asking)
Is this possible? Im asking this cause some guys are telling its not possible, it needs to be more like getting token in body, but whole BE is made to work with cookies sessions.