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?
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
Thank you very much
Recommended threads
- All projects deleted
Hello, from the appwrite console last week I re-activated some of my old project and published them, yesterday I checked and none of the apps were working, now ...
- Authentication on custom Websocket Serve...
Hi, I want to use a custom Websocket Server (using Bun) for my application. However I cant really figure out authentication on custom servers. Session cookies ...
- Realtime: Listener not triggered on upda...
I self host appwrite 1.8.1. The genereal functionallity works fine. But my realtime subscription isn't updating. I see "Received heartbeat response from realtim...