I am using Visual Studio for MAC and when I create an MVC app for ASP.NET Core I don't get an AccountController or any questions about the type of authentication that I would like. There and not any templated views for login, logout, or registration. How do I get Authorization/Authentication for an ASP.NET Core MVC app on a MAC?
Thank you.