1
0
Fork 0
mirror of synced 2024-09-15 00:48:25 +12:00
appwrite/tests/e2e/Services/Users
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
..
UsersBase.php fix(users): fix expire error when creating user session 2024-06-24 23:21:44 +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