iammukeshm/CleanArchitecture.WebApi

Multi-factor authentication

Hameds opened this issue · 0 comments

Authentication using username and password is good but not enough for some scenarios. I think it's good to add at least 2FA support to AccountService. ASP.NET Core Identity supports MFA Including security code generation, backup codes and even QR code generation.