mmacneil / AngularASPNETCore2WebApiAuth

Sample project demonstrating jwt-based authentication with an Angular (v5.2.1) frontend and ASP.NET Core 2 WebApi. Includes both local user registration with .NET Core Identity membership and facebook login scenarios.
https://fullstackmark.com/post/13/jwt-authentication-with-aspnet-core-2-web-api-angular-5-net-core-identity-and-facebook-login
MIT License
470 stars 239 forks source link

Two factor authentication #8

Open kjartanvalur opened 6 years ago

kjartanvalur commented 6 years ago

Thanks for this awesome repo :) Any chance you could implement two-factor authentication with asp.net identity default providers?

kjartanvalur commented 4 years ago

@mmacneil Any idea how 2FA would work with this?