1
0
Fork 0
mirror of synced 2024-09-15 00:48:25 +12:00
appwrite/tests/e2e
Steven Nguyen 34b2e15243
fix(users): fix expire error when creating user session
Before this, the Create session API call would throw:

> Invalid document structure: Missing required attribute "expire"

This is because the `expire` attribute is required, but it was omitted
from the document. This PR ensures the `expire` attribute is set when
creating the session document.
2024-06-24 23:21:44 +00:00
..
General Revert "Merge pull request #8237 from appwrite/revert-8193-feat-remove-random-shared-tables" 2024-06-06 20:11:19 +12:00
Scopes chore: run formatter 2024-03-06 18:34:21 +01:00
Services fix(users): fix expire error when creating user session 2024-06-24 23:21:44 +00:00
Client.php fix: linter 2023-12-09 00:28:10 +01:00