Add account auth with websocket login/register and sessions

This commit is contained in:
Jage9
2026-02-24 22:03:10 -05:00
parent 1938f239e6
commit bf3bc90f2a
21 changed files with 1053 additions and 24 deletions

View File

@@ -45,7 +45,7 @@ class ItemService:
title=item_def.default_title,
x=client.x,
y=client.y,
createdBy=client.id,
createdBy=client.username or client.nickname or client.id,
createdAt=now,
updatedAt=now,
version=1,