massive work on user auth
This commit is contained in:
parent
35331a87f1
commit
c2bcaf0832
17 changed files with 186 additions and 19 deletions
|
|
@ -1,6 +1,6 @@
|
|||
namespace SurveyBackend.DTOs;
|
||||
|
||||
public record UserLoginDTO
|
||||
public record UserLoginDto
|
||||
{
|
||||
public required string Email { get; set; }
|
||||
public required string Password { get; set; }
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
namespace SurveyBackend.DTOs;
|
||||
|
||||
public record UserRegistrationDTO
|
||||
public record UserRegistrationDto
|
||||
{
|
||||
public string Email { get; set; }
|
||||
public string Username { get; set; }
|
||||
Loading…
Add table
Add a link
Reference in a new issue