appwrite/tests/e2e/Services/Users
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
..
UsersBase.php fix(users): ensure user can delete session 2025-01-11 17:56:36 +00:00
UsersConsoleClientTest.php chore: run formatter 2024-03-06 18:34:21 +01:00
UsersCustomServerTest.php chore: run formatter 2024-03-06 18:34:21 +01:00