Base solution for your next web application
Open Closed

Change Expire Time on 2-factor Auth Code #5599


User avatar
0
joe704la created

I want to remove the 90 second expire time on the 2-factor Auth code. It is easy to do so on the Angular side. But can't find where I change it in the backend code.

Can someone tell me where that may be?


3 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team

    Is google 2 factor? How do you modify the expiration time on the angular client?

  • User Avatar
    0
    joe704la created

    Sorry no I am only using the email 2 factor code. Nothing else.

  • User Avatar
    0
    ismcagdas created
    Support Team

    I think it is here <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-core/blob/master/aspnet-core/src/MyCompanyName.AbpZeroTemplate.Web.Core/AbpZeroTemplateWebCoreModule.cs#L67">https://github.com/aspnetzero/aspnet-ze ... ule.cs#L67</a>