feat(server): adds ASP .NET Core identity framework authentication
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
using Microsoft.AspNetCore.Identity;
|
||||
|
||||
namespace ReverseLlama.Server.Models;
|
||||
|
||||
internal sealed class ApplicationUser : IdentityUser
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user