Reputation: 14540
Can't seem to find if MVC 5, which I just installed on my machine, uses Identity 1 or 2? I want to create a 2 factor authentication for my site and it seems like its available in Identity 2 and not 1 accordign to documentation.
Upvotes: 1
Views: 300
Reputation: 93444
Neither. Identity is not tied to the MVC version, although the version installed with MVC5 is 1, you can just upgrade to Identity 2 via Nuget. While you're at it, upgrade to the latest MVC as well.
Upvotes: 3