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
- Function deployment failed: Unable to re...
Hi Appwrite team, I have been experiencing persistent errors when i attempt to push my appwrite functions. The logs on the deployment detail page on the console...
- One to many 2 way, console UI not correc...
Hey, seems I'm facing the exactly same issue with this one: https://github.com/appwrite/appwrite/issues/6016 Since this Github issue stay open for so long, let ...
- Server Down
Appwrite services are down. When will they start working again?