Base solution for your next web application

Activities of "npdevs"

Hi, Sorry, that was my fault. I found a place where Configuration.BackgroundJobs.IsJobExecutionEnabled was set to false. Thanks for getting a link to the code.

BTW, is it possible to disable UserTokenExpirationWorker only?

Hello again,

I see AddTokenValidityKeyAsync method which inserts new token record without loading a full list of tokens was introduced (https://github.com/aspnetboilerplate/aspnetboilerplate/issues/5244#issuecomment-1446209120), but it is still not used by TokenAuthController (v12.3.1). Could you please explain why?

Thanks.

Hello,

About the second case. When opening Administration/Users page, UI sends GetUsersInput:

{"filter":"","permissions":[],"role":"","onlyLockedUsers":false,"maxResultCount":10,"skipCount":0}

public class GetUsersInput : PagedAndSortedInputDto, IShouldNormalize, IGetUsersInput
{
    ...
    public int? Role { get; set; }
    ...
}

Looks like Newtonsoft.Json serializer allows using empty strings as null values, but System.Text.Json serializer doesn't. I found a workaround for this case, but it's better to have a native solution.

Thanks.

Hello,

This background job is enabled, but the table contains few thousands not expired token items. What exactly are this records used for?

I've resolved this myself.

I've followed instructions for Public Web Site https://docs.aspnetzero.com/en/aspnet-core-mvc/latest/Public-Website and applied them to .Web.Mvc project.

I've executed "yarn" and "npm run create-bundles" commands, and after rebuild it works.

Login in Host's account helped. It works. Thank you!

Sure.

It works. Thank you!

It works. Thank you!

Showing 1 to 9 of 9 entries