Basic authentication
This commit is contained in:
11
Scrummer/Code/Entities/User.cs
Normal file
11
Scrummer/Code/Entities/User.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
namespace Scrummer.Code.Entities
|
||||
{
|
||||
public class User
|
||||
{
|
||||
public string Name { get; set; }
|
||||
public string Email { get; set; }
|
||||
public string PasswordHash { get; set; }
|
||||
public string PasswordSalt { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user