Hi, i make app with appwrite and i have logging via my node.js server. Always when i log into my account server returns me tokens into cookies and one token into my localstorage. But when i have that token in localstorage it does not work with appwrite => user is not loged in. On the picture you can see what does the token in localstorage look like. Do i have to have a different format of that?
#cookieFallback params
2 messages · Page 1 of 1 (latest)
Hey,
If you have your own auth flow, please ensure to set the session secret as header when initializing client SDK (or server SDK).
example: https://github.com/Meldiron/appwrite-ssr-svelte-kit/blob/main/src/lib/AppwriteService.ts#L25-L29