I'm using Remix, as my Backend (node). and react on my frontend. Until now, i did SSR login. saved the secret.. and it's fine. For many simpler requests i wish instead of quering my Remix backend, i want to be able to query appwrite directly. The problem, is that appwrite uses a cookie to identify the user. But on local development, i cant create the cookie, to see the inofrmation on the appwrite cloud. They have different domain. Any ideas how to solve it? Maybe there is a way to do the login directly with the appwrite SDK and send the user secret cookie to the backend, so the server could have it as well
Recommended threads
- Session not found. Please run appwrite l...
I have encounter an issue with appwrite CLI They asking for a login session but in the doc, it’s mention that only setup client with endpoint / api key is enou...
- SELF HOSTING ISSUE, DATA NOT MIGRATING T...
Hey, devs, I recently tried to migrate my cloud instance to a self hosted version but my data is not transferred fully only the table structure is transferred ...
- How to determine if a user is anonymous?
This is probably a silly question, but I have not yet found a good answer. Is there a method to determine if the current session is anonymous aside from seein...