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
- Usage of the new Client() and dealing wi...
Hey guys, just a quick one - we had some web traffic the other day and it ended up bombing out - To put in perspective of how the app works, we have a Nuxt Ap...
- CORS errors in Obsidian custom plugin
Hi, anyone here familiar with obsidian community plugins? In short: it's a local first note app which supports writing your own add-ons / plugin But I keep get...
- > AppwriteException: The requested servi...
When trying to read or write from my database I get the following error: > AppwriteException: The requested service is disabled. You can enable the service from...