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
- Android SDK: Kotlin null Value Not Updat...
Hi team, I think you should check the Android SDK implementation once, as it seems to have an issue handling Kotlin **null** values. For example: When I send:...
- Can't connect GitHub — 500 error at the ...
Appwrite Cloud, Pro plan, SFO region. All my Git connections vanished today — Sites and all 15 Functions now show no repository connected. When I try to add a ...
- GB Hours IS NOT resetting
Hi, I was checking my usage and noticed that all of my usage quotas were reset on August 20, 2026, when my billing cycle renewed. Everything else appears to ha...