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
- Sudden CORS Errors - Domain hasn't Chang...
I have an Appwrite project with two web apps configured, the first one has the hostname `*` and the second one I just added to test if it could fix the issue wi...
- Any way to temporarily bypass the email ...
Hey guys, any way to bypass the email verification to use the accounts again? i need to recover some projects that due to recent changes have been stopped, and ...
- Collections list not showing up when try...
I'm trying to create new relationship attribute but both one way and two way relationship is not showing up collections list to connect with my relationship att...