session authentication (client side setSession) doesn't work for realtime
- 1
- Auth
- Web
- Realtime
- Cloud
I have a custom auth process for SSR which I store the session on my own instead of managed by appwrite (also prevent cookie blocking issues) but when I use realtime, in the network websocket request, the server sent message' user field is null. I would assume that means the user is not authenticated even tho setSession was used. I tried it with appwrite managed cookie and it worked. Is this by design? If so is it possible to make it a feature where you can setSession and also use real time.
Recommended threads
- Appwrite Function getting general_unauth...
Hi everyone, I'm trying to create a database schema using an Appwrite Function written in Dart from Appwrite console, but I'm getting an authorization error wh...
- Help with nameservers
I just added our domain, and as per instruction in the page following, it says, "Add the following nameservers on your DNS provider. ..." I want to keep my cu...
- Issue with google and apple oauth in Flu...
My Flutter application is logging in and out with email and password successfully, but I’m having trouble with Google and Apple OAuth login and signup. Here’s...