Is the asp.net mvc 5 sample project with 2 factor authentication a sample or production ready?
问题 It seems like the only way I can currently get 2 factor authentication from identity 2 is if I create an empty MVC 5 app then install the Identity samples Pre release with the package manager like so: Install-Package -Prerelease Microsoft.AspNet.Identity.Samples But it seems like this is only a sample and not something I can use for a real app? Can I use this "sample" project as a real app? It says in the documentation at www.asp.net/identity that it is a production release! I just want to