ASP.NET Core 7 MVC – how to implement identity my project?
(sorry for my bad English)
I had previously created an ASP.NET Core 7 MVC project and installed the dashboard. However, now I want to do authentication and authorization with the Microsoft.Identity library. Should I delete the User
and Role
entity classes that I have previously built?
ASP.NET Core 7 MVC – how to implement identity my project?
(sorry for my bad English)
I had previously created an ASP.NET Core 7 MVC project and installed the dashboard. However, now I want to do authentication and authorization with the Microsoft.Identity library. Should I delete the User
and Role
entity classes that I have previously built?