Is it possible to get sessions working with the client without cookies? For instance, rather than using cookies in a browser-led GET, is it possible to use POST with JSON content? We have a project that we would like to release a React Native client for, and cookies are not ideal.
Is it possible to get sessions working with the client without cookies? For instance, rather than using cookies in a browser-led
GET
, is it possible to usePOST
with JSON content? We have a project that we would like to release a React Native client for, and cookies are not ideal.