feat: add session creation endpoint (#18295)
This commit is contained in:
@@ -126,6 +126,8 @@ const sessionFactory = (session: Partial<Session> = {}) => ({
|
||||
deviceOS: 'android',
|
||||
deviceType: 'mobile',
|
||||
token: 'abc123',
|
||||
parentId: null,
|
||||
expiredAt: null,
|
||||
userId: newUuid(),
|
||||
pinExpiresAt: newDate(),
|
||||
...session,
|
||||
|
||||
Reference in New Issue
Block a user