
I'm developing a game using Flutter for a client, and C# for a server authoritative back end. They both connect to Appwrite perfectly fine. The client and server interact with gRPC.
My question is how would the server confirm the user is auth'd for this session, before it runs received gRPC calls? The user can log in, but how does the server know that they did. This isn't SSR, the client and server are two distinct things.
I'm still trying to wrap my head around sessions, auth, and web in general, so I might just not be understanding something.
Recommended threads
- No mails from Appwrite
Hello, Since severals days, i have a problem : i d'ont received any mails from Appwrite. I'm using the auth by mail and i don't any code so any mails from App...
- wrong code for google oauth2 ?
gives User (role: guests) missing scope (account) error
- Auth issue: 401 general_unauthorized_sco...
Hello, I face a big problem with Appwrite Auth that I never face before. It's very simple, the most basic auth process just don't work ```dart final client = ...
