Activities of "maliming"

hi

The owner account can download the module source code.

Thanks.

hi

You can replace it with CheckTokenExpiration, but you need to change the ClientId.

You can copy the source code and customize it in your project.

https://github.com/abpframework/abp/blob/rel-10.1/framework/src/Volo.Abp.AspNetCore/Microsoft/Extensions/DependencyInjection/CookieAuthenticationOptionsExtensions.cs#L49-L55

Thanks.

Thanks πŸ‘

hi

The TenantCreatedEto will be published when the current unit of work is completed. If the current unit of work failed, abp will not publish it.

Can you share your code? Because Saas moudule doesn't have this problem.

Thanks.

hi

Can you share your classes and mapper code?

Thanks.

hi

Thanks. We will check and fix that asap.

hi

You can store some session data in Distributed Caching(Redis) with the current id as the key.

https://abp.io/docs/latest/framework/fundamentals/caching

Thanks.

hi

the distributed handler creates a separate UoW to run the migrations in with _unitOfWorkManager.Begin(requiresNew: true), which queries the database before the original UoW commits. Result: tenantConfiguration.ConnectionStrings.Default is null, so migrations don't run when they should.

The TenantCreatedEto event should be published when a tenant is created. Which means the new tenant is already in the database.

Thanks.

hi

We are building an MCP server, but it’s not finished yet.

We will send an email once it is available.

Thanks.

hi

Removing IntrospectAccessToken will work.

.AddCookie("Cookies", options =>
{
    options.ExpireTimeSpan = TimeSpan.FromDays(365);
    options.Cookie.HttpOnly = false;
    //options.IntrospectAccessToken();
})

Showing 391 to 400 of 11997 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❀️ on ABP v10.2.0-preview. Updated on February 17, 2026, 09:10
1
ABP Assistant
πŸ” You need to be logged in to use the chatbot. Please log in first.