I created an Asp.Net Core MVC project without authentication.
With the project already in progress, I need to add the authentication part and wanted to be able to automatically generate all the files that would be generated if I had placed "Individual User Authentication" in the project creation.
How do I change the authentication from "No Authentication" to "Individual User Authentication" and generate those files after the project is created?