appwrite/tests/e2e
Steven Nguyen f48c843bea
fix(users): ensure user can delete session
The session document created by users.createSession() was missing
delete permissions for the user so when the user tried to delete it,
they got a 401 error.

This PR ensure the permissions are added just like if the document was
created from the Account API so that the user has access to delete the
document.
2025-01-11 17:56:36 +00:00
..
General fix: stats tests 2025-01-09 21:17:53 +00:00
Scopes Fix source creds being over written and begin implementing migrations tests 2024-10-30 14:23:24 +09:00
Services fix(users): ensure user can delete session 2025-01-11 17:56:36 +00:00
Client.php feat: remove verbose 2024-11-08 13:06:09 +01:00