3
I created an Asp.Net Core MVC project without authentication.
With the project already underway, I need to add the authentication part and I wanted to be able to automatically generate all the files that would have been generated if I had put "Individual User Authentication" in the project creation.
How do I change the authentication from "No Authentication" to "Individual User Authentication" and generate these files after the project is created?
Exite o Identityserver, I talked about it and uploaded some examples https://github.com/joaomello/talks/tree/master/meetup
– João Mello