feat: applied auth wirth session token on dart backend
This commit is contained in:
@@ -3,7 +3,7 @@ package dto
|
||||
// TokenResponseDTO represents the response for a token generation or validation.
|
||||
type TokenResponseDTO struct {
|
||||
Token string `json:"token"`
|
||||
UserID string `json:"user_id"`
|
||||
UserID string `json:"userId"`
|
||||
}
|
||||
|
||||
// LoginRequestDTO represents the login request.
|
||||
|
||||
Reference in New Issue
Block a user