feat: add api server

This commit is contained in:
2026-01-03 19:06:35 +07:00
parent d864027c31
commit c9aa7261e6
4 changed files with 17 additions and 19 deletions

View File

@@ -37,7 +37,7 @@ type Session struct {
type User struct {
ID string
Identifier string
SshIdentifier string
Name string
Email string
EmailVerified bool