Add authentication and identity support using ASP.NET Core Identity
This commit is contained in:
@@ -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