Build auth API
This commit is contained in:
commit
dafe603a06
43 changed files with 1153 additions and 0 deletions
6
src/Robware.Api.Auth/Models/LoginRequest.cs
Normal file
6
src/Robware.Api.Auth/Models/LoginRequest.cs
Normal file
|
@ -0,0 +1,6 @@
|
|||
namespace Robware.Api.Auth.Models {
|
||||
public class LoginRequest {
|
||||
public string Username { get; set; }
|
||||
public string Password { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue