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
- Relation Question
How do I create a relation from table y to an others x.$id. in my example I have a users table where I use Appwrites unique User IDs and I want other tables fo...
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...
- I'm experiencing a critical bug on Appwr...
Hey <@870607367597850624> team / support đź‘‹ I'm experiencing a critical bug on Appwrite Cloud that's blocking my production Flutter app. I've already filed GitH...