For a new e-commerce website, the client needs users to verify their emails before making a purchase. Which feature in ASP.NET Core Identity would assist in this?

  • Two-Factor Authentication
  • Account Lockout
  • Email Confirmation
  • Role-based Authorization
The "Email Confirmation" feature in ASP.NET Core Identity allows users to verify their email addresses before gaining full access to the application. This is crucial for scenarios like e-commerce websites, ensuring that users have valid and verified email addresses before making purchases.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *