mirror of
https://github.com/appwrite/appwrite
synced 2026-05-13 12:09:11 +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. |
||
|---|---|---|
| .. | ||
| Account | ||
| Avatars | ||
| Console | ||
| Databases | ||
| Functions | ||
| FunctionsSchedule | ||
| GraphQL | ||
| Health | ||
| Locale | ||
| Messaging | ||
| Migrations | ||
| Projects | ||
| Realtime | ||
| Storage | ||
| Teams | ||
| Users | ||
| VCS | ||
| Webhooks | ||