mirror of
https://github.com/appwrite/appwrite
synced 2026-05-06 14:58:33 +00:00
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. |
||
|---|---|---|
| .. | ||
| UsersBase.php | ||
| UsersConsoleClientTest.php | ||
| UsersCustomServerTest.php | ||