Middleware 1.0

This commit is contained in:
2025-03-11 20:23:14 +01:00
parent 3071ac7080
commit da27f7e882
6 changed files with 206 additions and 2 deletions
+3 -1
View File
@@ -7,6 +7,8 @@
public string FirstName { get; set; } = null!;
public string LastName { get; set; } = null!;
public string UserName { get;set; } = null!;
public string Password { get; set; }
public string Password { get; set; }
public string JwtToken { get; set; } = null!;
}
}