mirror of
https://github.com/appwrite/appwrite
synced 2026-05-20 23:48:23 +00:00
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. |
||
|---|---|---|
| .. | ||
| UsersBase.php | ||
| UsersConsoleClientTest.php | ||
| UsersCustomServerTest.php | ||