Introduction We recently released the 2.0.0-beta1 version of ASP.NET Identity. Learn more here by visiting this link . This is an update to 2.0.0-alpha1 and adds two-factor authentication along with a few bug fixes. To learn more about the Alpha release, visit this link. As mentioned in the release article, with the 2.0.0-beta1 version of Identity we have added support for enabling two-factor authentication in an application. Two factor authentication is a 2 step process for authenticating a user. For example, using local account credentials and a secure PIN sent as a text message, or using OAuth login and QR code readers. More information on multi-factor authentication can be found here . At a base level the two factor authentication flow is...(read more)
Go to the complete details ...