Files
appwrite/tests
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
..
2023-01-31 16:50:52 +02:00
2024-09-25 13:32:09 +02:00
2024-11-08 20:00:05 +01:00
2024-11-06 12:27:03 +01:00