You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: