1
0
Fork 0
mirror of synced 2024-08-29 09:01:41 +12:00
appwrite/tests
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
..
benchmarks removed some unnecessary files 2023-01-31 16:50:52 +02:00
e2e fix(users): fix expire error when creating user session 2024-06-24 23:21:44 +00:00
extensions chore: run formatter 2024-03-06 18:34:21 +01:00
resources chore: remove compose version 2024-05-17 11:19:29 +01:00
unit Merge branch 'main' of https://github.com/appwrite/appwrite into sync-with-main 2024-05-24 12:43:56 +00:00