UserToken / UserAPI

This commit is contained in:
2022-11-19 01:15:34 +01:00
parent f6bae08c05
commit b5b8f9b856
21 changed files with 496 additions and 613 deletions

View File

@@ -96,7 +96,7 @@ class Session extends DatabaseEntity {
return array(
'id' => $this->getId(),
'active' => $this->active,
'expires' => $this->expires,
'expires' => $this->expires->getTimestamp(),
'ipAddress' => $this->ipAddress,
'os' => $this->os,
'browser' => $this->browser,