abpframework / abp

Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
https://abp.io
GNU Lesser General Public License v3.0
12.78k stars 3.41k forks source link

Enable the two-factor authentication in ABP.io for free account #17687

Open OmarSeleim2010 opened 1 year ago

OmarSeleim2010 commented 1 year ago

I have apb.io angular app and I want to enable the two-factor authentication on it . Is there any options to configure it like commercial or how can I do it manually ? Note that I use a free account not commercial

maliming commented 1 year ago

hi

image

https://docs.abp.io/en/commercial/latest/abp-framework-vs-abp-commercial#account-module-basic-vs-pro

OmarSeleim2010 commented 1 year ago

maliming

I know that it is not exist in free account but I must do it manually. How can I apply it manually?

maliming commented 1 year ago

You can refer to code of Identity.

https://learn.microsoft.com/en-us/aspnet/core/security/authentication/mfa?view=aspnetcore-7.0

stale[bot] commented 9 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.