refactor: session handler

This commit is contained in:
Huskydog9988
2025-04-03 19:15:33 -04:00
parent a8d681f99d
commit 3a50e3ebae
13 changed files with 189 additions and 168 deletions
+2 -1
View File
@@ -14,7 +14,8 @@ model User {
collections Collection[]
articles Article[]
tokens APIToken[]
tokens APIToken[]
sessions Session[]
}
model Notification {