diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2025-08-15 19:20:48 +0100 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2025-08-15 19:20:48 +0100 |
| commit | 8f7dec8ba6b2f9bde01afd0a110596ebbd43e0ed (patch) | |
| tree | 7b4f203d92f4b99b1e98fac314415e293984196b /api/dto/users.go | |
| parent | 4697556cac819c47d068819b9fc9c3b4ea84e279 (diff) | |
Implement OIDC
Diffstat (limited to 'api/dto/users.go')
| -rw-r--r-- | api/dto/users.go | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/api/dto/users.go b/api/dto/users.go index 685fa07..5fb269f 100644 --- a/api/dto/users.go +++ b/api/dto/users.go @@ -8,13 +8,3 @@ type RegisterRequest struct { type RegisterResponse struct { ID int32 `json:"id"` } - -type LoginRequest struct { - Username string `json:"username" validate:"required"` - Password string `json:"password" validate:"required"` -} - -type LoginResponse struct { - ID int32 `json:"id"` - Username string `json:"username"` -} |
