Base solution for your next web application
Open Closed

RememberClient #4078


User avatar
0
walkerscott created

In TokenAuth/Authenticate API method, what's the use of RememberClient? I also tried logging in the UI but it's always false even I checked "Remember Me". It also doesn't extend the expiration of the token. So I'm wondering what is it for?


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @walkerscott,

    İt is used for two factor auth, see <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-core/blob/master/aspnet-core/src/MyCompanyName.AbpZeroTemplate.Web.Core/Controllers/TokenAuthController.cs#L479">https://github.com/aspnetzero/aspnet-ze ... er.cs#L479</a>.