Add authentication and identity support using ASP.NET Core Identity
This commit is contained in:
8
API/Models/Internal/User/User.cs
Normal file
8
API/Models/Internal/User/User.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using Microsoft.AspNetCore.Identity;
|
||||
|
||||
namespace API.Models.Internal.User;
|
||||
|
||||
public class User : IdentityUser
|
||||
{
|
||||
public string? Ininitals { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user