Add authentication
This commit is contained in:
parent
8f0c4c0a45
commit
a2d84e182d
11 changed files with 206 additions and 21 deletions
7
Website/Models/LoginRequest.cs
Normal file
7
Website/Models/LoginRequest.cs
Normal file
|
@ -0,0 +1,7 @@
|
|||
namespace Website.Models {
|
||||
public class LoginRequest {
|
||||
public string Username { get; set; }
|
||||
public string Password { get; set; }
|
||||
public string ReturnUrl { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue