Adding Identity to an existing project
asp.net-identity, asp.net-mvc, asp.net-mvc-4, model-view-controller
Solution
Well, in one respect, you simply have to add the Nuget package and start writing code with it, but I think you're probably talking about all the extras: the pre-written code and samples for doing things like password resets, two-factor auth, etc.
For that, no, there's not really an easy way, at least in the sense of click a button and go. What I would recommend is creating a new MVC 5 project with Individual Auth, and then adding the Identity Samples Nuget package to it. Then, open your existing project in another Visual Studio window and copy/paste or use the sample code as a guide for writing your own.
Problem
I've got an MVC project, and I want to add Identity to it, but I can't seem to find any good articles on how to do so. Is there an easy way to add Identity to an existing project? I already have a database with stuff in it