
I want implement a particular user when they tap on Delete Account and there while deleting I am getting 3 options so which one is good
- deleteIdentity
- deleteSession
- deleteSessions
TL;DR
Summary: The developer wants to delete a user account in auth and is unsure which option to choose: deleteIdentity, deleteSession, or deleteSessions.
Solution:
- deleteIdentity: This option deletes the user's identity, logs them out, and permanently removes their account.
- deleteSession: This option deletes the user's current session, logging them out, but their account remains active.
- deleteSessions: This option deletes all sessions for the user, logging them out from all devices, but their account remains active.
Based on the requirement of deleting the entire account, the recommended option would be to use deleteIdentity.Recommended threads
- Still an issue? On user deletion, target...
This has been mentioned here: https://discord.com/channels/564160730845151244/1295830646039515146 and as a Github issue here: https://github.com/appwrite/appwri...
- Appwrite database is rounding int values
Hi, i just noticed that appwrite is rounding the value 608542412536545279 to 608542412536545300 in my int array. It seems to somewhat relate to this github iss...
- OAuth fails with Invalid Response or inv...
Im currently trying to use the Discord Oauth but i cant find a way to make it work. I followed the docs and set up the discord oauth application and enabled it...
