I am trying to see what the best best way to check if a user has a current session without doing a account get api call
That is the best way because what if the session was revoked? Only the server can tell if the session is still valid
Ok thank you
What is better get session or get account
Get account since it's cached. Get session requires extra logic to look for the current session
Ok ty
Why would I not have cookies created when the create session function runs successfully
This is a warning I get
appwrite is using localStorage for session management. Increase your security by adding a custom domain as your API endpoint.
w
I am using port :3080 would i just use a srv record
[SOLVED] Best way to check if a user has a current session
Recommended threads
- How can I disable client-side account re...
Hi everyone! I’m currently building a game backend using Appwrite, and I’d like to prevent users from creating new accounts directly through the client. My go...
- relationships bug or error idk
hey every one, am using am using appwrite on a project and ran into a problem where by created a relationship and two way to be specific and it is stuck on proc...
- Domain is owned by a different organizat...
Hi Appwrite team, I'm trying to add my custom domain **futlive9.com** to my project, but I'm getting the error: "Domain is owned by a different organization." ...