add auth to backend and frontend

This commit is contained in:
2026-02-24 10:42:36 -05:00
parent 11eb192e2a
commit 0d5cc4d21f
14 changed files with 336 additions and 35 deletions
+1 -2
View File
@@ -22,6 +22,5 @@ type LoginRequest struct {
}
type LoginResponse struct {
User User `json:"user"`
Token string `json:"token"`
User User `json:"user"`
}