i noticed that calling (await account.get()).email in flutter does return a valid email that i had used previously, the thing is ... this is all in debug mode, and i didnt implement any sort of persistence mechanism, tried deleting all app related data and clean build .. and it still returns valid user, is it using the ip address ? cuz that feels mad insecure !! and i cant find the documentation that explains session management beyond the initial authentication.
@hani
If you want to logout the current session read this:
https://appwrite.io/docs/references/cloud/client-flutter/account#deleteSession
itmentions that the flutter sdk uses the path_provider package to get the storage location ... but that package doesnt support the web platform so how can i know the location apps compiled for the web
local storage and cookie
thnx
Recommended threads
- Request for temporary 3 to 4 hours datab...
Hi Appwrite Team, I hope you are doing well.We are an early-stage startup currently running on Appwrite Cloud. We have unfortunately exhausted our database rea...
- Storage Chunk upload bug
Hi, I'm experiencing an issue with Appwrite Storage chunked uploads. Small files upload successfully, but larger video files that require chunking fail. For ...
- Free to Pro upgrade issues
Could someone please investigate this issue? I recently upgraded my account to the pro version and charged for it, but the account still shows as free. <#107290...