Add username/password auth and login UI
This commit is contained in:
4
Contracts/AuthRequests.cs
Normal file
4
Contracts/AuthRequests.cs
Normal file
@@ -0,0 +1,4 @@
|
||||
namespace GameList.Contracts;
|
||||
|
||||
public record RegisterRequest(string Username, string Password, string? DisplayName);
|
||||
public record LoginRequest(string Username, string Password);
|
||||
Reference in New Issue
Block a user