ASP.NET Core Identity and Aurelia

added by Miroslav Popovic
7/16/2018 7:23:56 AM

591 Views

This blog post is a response to a StackOverflow question. Andreas wanted to know how to add ASP.NET Core Identity to an existing Aurelia project. The answer is of course: it depends. If it's really an existing application but without any authentication support or even without database access, then adding authentication and Identity might prove a bit difficult if you are not familiar enough with ASP.NET Core.


0 comments