feat: add AppUser, AppRole, RefreshToken entities
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using Microsoft.AspNetCore.Identity;
|
||||
|
||||
namespace ROLAC.API.Entities;
|
||||
|
||||
public class AppRole : IdentityRole
|
||||
{
|
||||
public string? Description { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user