using Microsoft.AspNetCore.Identity; namespace backend.Auth; public class ApplicationUser : IdentityUser { }