Integrer l'authentification Keycloak dans l'application
This commit is contained in:
8
ChessCubing.App/Models/Auth/LoginRequest.cs
Normal file
8
ChessCubing.App/Models/Auth/LoginRequest.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace ChessCubing.App.Models.Auth;
|
||||
|
||||
public sealed class LoginRequest
|
||||
{
|
||||
public string Username { get; set; } = string.Empty;
|
||||
|
||||
public string Password { get; set; } = string.Empty;
|
||||
}
|
||||
Reference in New Issue
Block a user